summaryrefslogtreecommitdiffstats
path: root/include/uapi
diff options
context:
space:
mode:
authorJeff Layton <jlayton@redhat.com>2016-09-16 16:28:26 -0400
committerJ. Bruce Fields <bfields@redhat.com>2016-09-26 15:20:37 -0400
commitb4c8eb0379c8d3300a54210edd2235fd1e81a8a6 (patch)
tree2d625166d46c0528a6ec59e61f85d0aa351ac88d /include/uapi
parent7919d0a27f1e7cb324e023776aa1cbff00f1ee7b (diff)
downloadop-kernel-dev-b4c8eb0379c8d3300a54210edd2235fd1e81a8a6.zip
op-kernel-dev-b4c8eb0379c8d3300a54210edd2235fd1e81a8a6.tar.gz
nfs: add a new NFS4_OPEN_RESULT_MAY_NOTIFY_LOCK constant
As defined in RFC 5661, section 18.16. Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'include/uapi')
-rw-r--r--include/uapi/linux/nfs4.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/uapi/linux/nfs4.h b/include/uapi/linux/nfs4.h
index 2b871e0..4ae6279 100644
--- a/include/uapi/linux/nfs4.h
+++ b/include/uapi/linux/nfs4.h
@@ -39,8 +39,9 @@
#define NFS4_FH_VOL_MIGRATION 0x0004
#define NFS4_FH_VOL_RENAME 0x0008
-#define NFS4_OPEN_RESULT_CONFIRM 0x0002
-#define NFS4_OPEN_RESULT_LOCKTYPE_POSIX 0x0004
+#define NFS4_OPEN_RESULT_CONFIRM 0x0002
+#define NFS4_OPEN_RESULT_LOCKTYPE_POSIX 0x0004
+#define NFS4_OPEN_RESULT_MAY_NOTIFY_LOCK 0x0020
#define NFS4_SHARE_ACCESS_MASK 0x000F
#define NFS4_SHARE_ACCESS_READ 0x0001
OpenPOWER on IntegriCloud