From c79ba787c11e767ffaf8d723923afda99ba6c63c Mon Sep 17 00:00:00 2001 From: Trond Myklebust Date: Wed, 31 Jan 2007 08:16:24 -0500 Subject: [PATCH] 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-format-patch failed