summaryrefslogtreecommitdiffstats
path: root/include/linux/nfs_fs.h
diff options
context:
space:
mode:
authorTrond Myklebust2007-10-02 03:42:01 +0200
committerTrond Myklebust2007-10-09 23:20:06 +0200
commitd75340cc4de5c187fbf0bba234309ca86cf0a2fb (patch)
treeaa53e3248bf3d61283f94187ffc83b18fa06bb7a /include/linux/nfs_fs.h
parentNFSv4: Use NFSv2/v3 rules for negative dentries in nfs_open_revalidate (diff)
downloadkernel-qcow2-linux-d75340cc4de5c187fbf0bba234309ca86cf0a2fb.tar.gz
kernel-qcow2-linux-d75340cc4de5c187fbf0bba234309ca86cf0a2fb.tar.xz
kernel-qcow2-linux-d75340cc4de5c187fbf0bba234309ca86cf0a2fb.zip
NFSv4: Fix nfs_atomic_open() to set the verifier on negative dentries too
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include/linux/nfs_fs.h')
-rw-r--r--include/linux/nfs_fs.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/nfs_fs.h b/include/linux/nfs_fs.h
index 8f632bd854af..992931cd301e 100644
--- a/include/linux/nfs_fs.h
+++ b/include/linux/nfs_fs.h
@@ -240,6 +240,11 @@ static inline int NFS_USE_READDIRPLUS(struct inode *inode)
return test_bit(NFS_INO_ADVISE_RDPLUS, &NFS_FLAGS(inode));
}
+static inline void nfs_set_verifier(struct dentry * dentry, unsigned long verf)
+{
+ dentry->d_time = verf;
+}
+
/**
* nfs_save_change_attribute - Returns the inode attribute change cookie
* @dir - pointer to parent directory inode