]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit30b1f716e7d8dd2dceba707e6149195838548cb6
treef6d9d6fb9ab824187fbfa48086bee24f42867935
parent69f6d922d6df16aee314d2df6141dea6ea0e4d50
drbd: change some GFP_KERNEL to GFP_NOIO

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>
drivers/block/drbd/drbd_bitmap.c