From: Pekka Enberg Date: Mon, 15 Sep 2008 10:22:54 +0000 (+0300) Subject: cifs: don't use GFP_KERNEL with GFP_NOFS X-Git-Tag: v2.6.28-rc1~718^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=232087cb734c7035c0a8947fb05d3e8092ff6c4d;p=pandora-kernel.git cifs: don't use GFP_KERNEL with GFP_NOFS GFP_KERNEL and GFP_NOFS are mutually exclusive. If you combine them, you end up with plain GFP_KERNEL which can deadlock in cases where you really want GFP_NOFS. Cc: Steve French Signed-off-by: Pekka Enberg Signed-off-by: Steve French --- Reading git-diff-tree failed