From: Trond Myklebust Date: Thu, 13 May 2010 16:51:06 +0000 (-0400) Subject: NFS: Don't run nfs_access_cache_shrinker() when the mask is GFP_NOFS X-Git-Tag: v2.6.35-rc1~490^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61d5eb2985b3b1d69fd53d7dc9789037c27f8d91;p=pandora-kernel.git NFS: Don't run nfs_access_cache_shrinker() when the mask is GFP_NOFS Both iput() and put_rpccred() might allocate memory under certain circumstances, so make sure that we don't recurse and deadlock... Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed