From: Trond Myklebust Date: Wed, 31 Jan 2007 13:16:24 +0000 (-0500) Subject: NFS: Dont clobber more uptodate values in nfs_set_verifier() X-Git-Tag: v2.6.21-rc1~295 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c79ba787c11e767ffaf8d723923afda99ba6c63c;p=pandora-kernel.git 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 --- Reading git-diff-tree failed