diff options
| author | Jeff Layton <jlayton@redhat.com> | 2016-09-16 16:28:26 -0400 |
|---|---|---|
| committer | J. Bruce Fields <bfields@redhat.com> | 2016-09-26 15:20:37 -0400 |
| commit | b4c8eb0379c8d3300a54210edd2235fd1e81a8a6 (patch) | |
| tree | 2d625166d46c0528a6ec59e61f85d0aa351ac88d /include/uapi/linux | |
| parent | 7919d0a27f1e7cb324e023776aa1cbff00f1ee7b (diff) | |
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/linux')
| -rw-r--r-- | include/uapi/linux/nfs4.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/uapi/linux/nfs4.h b/include/uapi/linux/nfs4.h index 2b871e0858d9..4ae62796bfde 100644 --- a/include/uapi/linux/nfs4.h +++ b/include/uapi/linux/nfs4.h | |||
| @@ -39,8 +39,9 @@ | |||
| 39 | #define NFS4_FH_VOL_MIGRATION 0x0004 | 39 | #define NFS4_FH_VOL_MIGRATION 0x0004 |
| 40 | #define NFS4_FH_VOL_RENAME 0x0008 | 40 | #define NFS4_FH_VOL_RENAME 0x0008 |
| 41 | 41 | ||
| 42 | #define NFS4_OPEN_RESULT_CONFIRM 0x0002 | 42 | #define NFS4_OPEN_RESULT_CONFIRM 0x0002 |
| 43 | #define NFS4_OPEN_RESULT_LOCKTYPE_POSIX 0x0004 | 43 | #define NFS4_OPEN_RESULT_LOCKTYPE_POSIX 0x0004 |
| 44 | #define NFS4_OPEN_RESULT_MAY_NOTIFY_LOCK 0x0020 | ||
| 44 | 45 | ||
| 45 | #define NFS4_SHARE_ACCESS_MASK 0x000F | 46 | #define NFS4_SHARE_ACCESS_MASK 0x000F |
| 46 | #define NFS4_SHARE_ACCESS_READ 0x0001 | 47 | #define NFS4_SHARE_ACCESS_READ 0x0001 |
