From: Dan Carpenter Date: Fri, 20 Apr 2012 20:49:44 +0000 (-0500) Subject: rbd: use gfp_flags parameter in rbd_header_from_disk() X-Git-Tag: v3.5-rc1~36^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8ad495a8a0277b88c59bf38319e5e944aaf5a4a;p=pandora-kernel.git rbd: use gfp_flags parameter in rbd_header_from_disk() We should use the gfp_flags that the caller specified instead of GFP_KERNEL here. There is only one caller and it uses GFP_KERNEL, so this change is just a cleanup and doesn't change how the code works. Signed-off-by: Dan Carpenter Reviewed-by: Alex Elder --- Reading git-diff-tree failed