From: Trond Myklebust Date: Thu, 13 May 2010 16:51:06 +0000 (-0400) Subject: NFS: Don't call iput() in nfs_access_cache_shrinker X-Git-Tag: v2.6.35-rc1~490^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c7e7e23371e629dbb3b341610a418cdf1c19d91;p=pandora-kernel.git NFS: Don't call iput() in nfs_access_cache_shrinker iput() can potentially attempt to allocate memory, so we should avoid calling it in a memory shrinker. Instead, rely on the fact that iput() will call nfs_access_zap_cache(). Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed