NFS: Fix a lock imbalance typo in nfs_access_cache_shrinker
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 26 May 2010 12:42:24 +0000 (08:42 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 26 May 2010 12:43:51 +0000 (08:43 -0400)
commit59844a9bd73e084b0ffefc0e13226098e28c71ad
tree7b897c2530fe7083d57755df684d1d808fb18f8b
parent0a68b0bed08eeb7ec62e0125f17856b1ccb1ea4b
NFS: Fix a lock imbalance typo in nfs_access_cache_shrinker

Commit 9c7e7e23371e629dbb3b341610a418cdf1c19d91 (NFS: Don't call iput() in
nfs_access_cache_shrinker) unintentionally removed the spin unlock for the
inode->i_lock.

Reported-by: David Howells <dhowells@redhat.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/dir.c