drbd: change some GFP_KERNEL to GFP_NOIO
authorLars Ellenberg <lars.ellenberg@linbit.com>
Mon, 11 Jul 2011 15:32:26 +0000 (17:32 +0200)
committerPhilipp Reisner <philipp.reisner@linbit.com>
Wed, 9 May 2012 13:10:47 +0000 (15:10 +0200)
Bitmap IO may happend in the context of an application write,
in the generic block IO path.  We need to use GFP_NOIO.

Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>

No differences found