NFS: Don't call nfs_renew_times() in nfs_dentry_iput()
authorChuck Lever <chuck.lever@oracle.com>
Mon, 24 Sep 2007 19:40:06 +0000 (15:40 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 9 Oct 2007 21:18:22 +0000 (17:18 -0400)
commit92f6c178250170222f6d80c8ae725400765aa7a4
treef0da7a93122db0ed40cb5175294e8492082144ba
parent1321d8d971028e796978f6a48d195c09158b3bcd
NFS: Don't call nfs_renew_times() in nfs_dentry_iput()

Negative dentries need to be reverified after an asynchronous unlink.

Quoth Trond:

"Unfortunately I don't think that we can avoid revalidating the
resulting negative dentry since the UNLINK call is asynchronous,
and so the new verifier on the directory will only be known a
posteriori."

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/dir.c