From: Ilya Dryomov Date: Tue, 5 Aug 2014 07:25:54 +0000 (+0400) Subject: rbd: allocate img_request with GFP_NOIO instead GFP_ATOMIC X-Git-Tag: cleanup-for-v3.18~44^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a716aac01eedb8a7ebf36a0e81237c56f9f1bc1;p=pandora-kernel.git rbd: allocate img_request with GFP_NOIO instead GFP_ATOMIC Now that rbd_img_request_create() is called from work functions, no need to use GFP_ATOMIC. Signed-off-by: Ilya Dryomov Reviewed-by: Alex Elder --- Reading git-diff-tree failed