drbd: __drbd_make_request() is now void
authorLars Ellenberg <lars.ellenberg@linbit.com>
Tue, 24 Jan 2012 15:49:58 +0000 (16:49 +0100)
committerPhilipp Reisner <philipp.reisner@linbit.com>
Thu, 8 Nov 2012 15:58:35 +0000 (16:58 +0100)
commit5df69ece6e93cfd4e09b14bf32bd101df6cbde38
tree415a402956088609d20ba15f77015b9c8c073705
parent5da9c8364443797ece9393670fb7ab69cff055ed
drbd: __drbd_make_request() is now void

The previous commit causes __drbd_make_request() to always return 0.
Change it to void.

Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
drivers/block/drbd/drbd_int.h
drivers/block/drbd/drbd_main.c
drivers/block/drbd/drbd_req.c