drbd: restart loop in drbd_make_request() [prepare for Linux-3.2]
authorPhilipp Reisner <philipp.reisner@linbit.com>
Tue, 20 Dec 2011 10:49:58 +0000 (11:49 +0100)
committerPhilipp Reisner <philipp.reisner@linbit.com>
Thu, 8 Nov 2012 15:58:13 +0000 (16:58 +0100)
commit69b6a3b159927d45092f64e07f40d5ecf93e11d8
treeefce0b7a337f23d1b3f3157a7bb576a294163e58
parent7da358625c056b631b0abf2fcf50dad5bcbc22d9
drbd: restart loop in drbd_make_request() [prepare for Linux-3.2]

With Linux-3.2 generic_make_request() will no longer loop over
the request function until it finally returns 0. Move this
loop into our drbd_make_request() function.

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