commit | 9c7e7e23371e629dbb3b341610a418cdf1c19d91 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Thu May 13 12:51:06 2010 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Fri May 14 15:09:36 2010 -0400 |
tree | c211183b99860d232500bf99d12775e47c4f0f9c | |
parent | 1a81bb8a1fa62ccb9b2411ac10ce702ca4ed302a [diff] |
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 <Trond.Myklebust@netapp.com>