From: Chuck Lever Date: Mon, 24 Sep 2007 19:40:06 +0000 (-0400) Subject: NFS: Don't call nfs_renew_times() in nfs_dentry_iput() X-Git-Tag: v2.6.24-rc1~1285^2~59 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92f6c178250170222f6d80c8ae725400765aa7a4;p=pandora-kernel.git 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 Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed