NFS: Dont clobber more uptodate values in nfs_set_verifier()
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 31 Jan 2007 13:16:24 +0000 (08:16 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Sat, 3 Feb 2007 23:35:05 +0000 (15:35 -0800)
commitc79ba787c11e767ffaf8d723923afda99ba6c63c
tree746cd4018ab4dd5b28368b8e9a4d4c23c8e5b7b0
parentef75c7974b383769ae5741cf930b8aa4dcaef395
NFS: Dont clobber more uptodate values in nfs_set_verifier()

nfs_lookup_revalidate and friends are not serialised, so it is currently
quite possible for the dentry to be revalidated, and then have the
updated verifier replaced with an older value by another process.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/dir.c