/openbmc/linux/drivers/block/drbd/ |
H A D | drbd_state.c | diff d01801710265cfb7bd8928ae7c3be4d9d15ceeb0 Sun Jul 03 10:53:52 CDT 2011 Andreas Gruenbacher <agruen@linbit.com> drbd: Remove the terrible DEV hack
DRBD was using dev_err() and similar all over the code; instead of having to write dev_err(disk_to_dev(device->vdisk), ...) to convert a drbd_device into a kernel device, a DEV macro was used which implicitly references the device variable. This is terrible; introduce separate drbd_err() and similar macros with an explicit device parameter instead.
Signed-off-by: Andreas Gruenbacher <agruen@linbit.com> Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
|
H A D | drbd_actlog.c | diff d01801710265cfb7bd8928ae7c3be4d9d15ceeb0 Sun Jul 03 10:53:52 CDT 2011 Andreas Gruenbacher <agruen@linbit.com> drbd: Remove the terrible DEV hack
DRBD was using dev_err() and similar all over the code; instead of having to write dev_err(disk_to_dev(device->vdisk), ...) to convert a drbd_device into a kernel device, a DEV macro was used which implicitly references the device variable. This is terrible; introduce separate drbd_err() and similar macros with an explicit device parameter instead.
Signed-off-by: Andreas Gruenbacher <agruen@linbit.com> Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
|
H A D | drbd_bitmap.c | diff d01801710265cfb7bd8928ae7c3be4d9d15ceeb0 Sun Jul 03 10:53:52 CDT 2011 Andreas Gruenbacher <agruen@linbit.com> drbd: Remove the terrible DEV hack
DRBD was using dev_err() and similar all over the code; instead of having to write dev_err(disk_to_dev(device->vdisk), ...) to convert a drbd_device into a kernel device, a DEV macro was used which implicitly references the device variable. This is terrible; introduce separate drbd_err() and similar macros with an explicit device parameter instead.
Signed-off-by: Andreas Gruenbacher <agruen@linbit.com> Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
|
H A D | drbd_worker.c | diff d01801710265cfb7bd8928ae7c3be4d9d15ceeb0 Sun Jul 03 10:53:52 CDT 2011 Andreas Gruenbacher <agruen@linbit.com> drbd: Remove the terrible DEV hack
DRBD was using dev_err() and similar all over the code; instead of having to write dev_err(disk_to_dev(device->vdisk), ...) to convert a drbd_device into a kernel device, a DEV macro was used which implicitly references the device variable. This is terrible; introduce separate drbd_err() and similar macros with an explicit device parameter instead.
Signed-off-by: Andreas Gruenbacher <agruen@linbit.com> Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
|
H A D | drbd_req.c | diff d01801710265cfb7bd8928ae7c3be4d9d15ceeb0 Sun Jul 03 10:53:52 CDT 2011 Andreas Gruenbacher <agruen@linbit.com> drbd: Remove the terrible DEV hack
DRBD was using dev_err() and similar all over the code; instead of having to write dev_err(disk_to_dev(device->vdisk), ...) to convert a drbd_device into a kernel device, a DEV macro was used which implicitly references the device variable. This is terrible; introduce separate drbd_err() and similar macros with an explicit device parameter instead.
Signed-off-by: Andreas Gruenbacher <agruen@linbit.com> Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
|
H A D | drbd_nl.c | diff d01801710265cfb7bd8928ae7c3be4d9d15ceeb0 Sun Jul 03 10:53:52 CDT 2011 Andreas Gruenbacher <agruen@linbit.com> drbd: Remove the terrible DEV hack
DRBD was using dev_err() and similar all over the code; instead of having to write dev_err(disk_to_dev(device->vdisk), ...) to convert a drbd_device into a kernel device, a DEV macro was used which implicitly references the device variable. This is terrible; introduce separate drbd_err() and similar macros with an explicit device parameter instead.
Signed-off-by: Andreas Gruenbacher <agruen@linbit.com> Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
|
H A D | drbd_int.h | diff d01801710265cfb7bd8928ae7c3be4d9d15ceeb0 Sun Jul 03 10:53:52 CDT 2011 Andreas Gruenbacher <agruen@linbit.com> drbd: Remove the terrible DEV hack
DRBD was using dev_err() and similar all over the code; instead of having to write dev_err(disk_to_dev(device->vdisk), ...) to convert a drbd_device into a kernel device, a DEV macro was used which implicitly references the device variable. This is terrible; introduce separate drbd_err() and similar macros with an explicit device parameter instead.
Signed-off-by: Andreas Gruenbacher <agruen@linbit.com> Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
|
H A D | drbd_receiver.c | diff d01801710265cfb7bd8928ae7c3be4d9d15ceeb0 Sun Jul 03 10:53:52 CDT 2011 Andreas Gruenbacher <agruen@linbit.com> drbd: Remove the terrible DEV hack
DRBD was using dev_err() and similar all over the code; instead of having to write dev_err(disk_to_dev(device->vdisk), ...) to convert a drbd_device into a kernel device, a DEV macro was used which implicitly references the device variable. This is terrible; introduce separate drbd_err() and similar macros with an explicit device parameter instead.
Signed-off-by: Andreas Gruenbacher <agruen@linbit.com> Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
|
H A D | drbd_main.c | diff d01801710265cfb7bd8928ae7c3be4d9d15ceeb0 Sun Jul 03 10:53:52 CDT 2011 Andreas Gruenbacher <agruen@linbit.com> drbd: Remove the terrible DEV hack
DRBD was using dev_err() and similar all over the code; instead of having to write dev_err(disk_to_dev(device->vdisk), ...) to convert a drbd_device into a kernel device, a DEV macro was used which implicitly references the device variable. This is terrible; introduce separate drbd_err() and similar macros with an explicit device parameter instead.
Signed-off-by: Andreas Gruenbacher <agruen@linbit.com> Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
|