summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4_fs.h
diff options
context:
space:
mode:
authorTrond Myklebust2013-04-20 07:25:45 +0200
committerTrond Myklebust2013-04-20 07:39:42 +0200
commit92b40e93849e29f9ca661de6442bb66282738bf7 (patch)
tree3809ff1f036c1ecbdf7fd265046e49fdefe8eb68 /fs/nfs/nfs4_fs.h
parentnfs: Send atime and mtime as a 64bit value (diff)
downloadkernel-qcow2-linux-92b40e93849e29f9ca661de6442bb66282738bf7.tar.gz
kernel-qcow2-linux-92b40e93849e29f9ca661de6442bb66282738bf7.tar.xz
kernel-qcow2-linux-92b40e93849e29f9ca661de6442bb66282738bf7.zip
NFSv4: Use the open stateid if the delegation has the wrong mode
Fix nfs4_select_rw_stateid() so that it chooses the open stateid (or an all-zero stateid) if the delegation does not match the selected read/write mode. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/nfs4_fs.h')
-rw-r--r--fs/nfs/nfs4_fs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/nfs4_fs.h b/fs/nfs/nfs4_fs.h
index 7ef19ce6d832..553a83cc4106 100644
--- a/fs/nfs/nfs4_fs.h
+++ b/fs/nfs/nfs4_fs.h
@@ -144,6 +144,7 @@ struct nfs4_lock_state {
enum {
LK_STATE_IN_USE,
NFS_DELEGATED_STATE, /* Current stateid is delegation */
+ NFS_OPEN_STATE, /* OPEN stateid is set */
NFS_O_RDONLY_STATE, /* OPEN stateid has read-only state */
NFS_O_WRONLY_STATE, /* OPEN stateid has write-only state */
NFS_O_RDWR_STATE, /* OPEN stateid has read/write state */