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)
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

diff --cc fs/nfs/dir.c
Simple merge