aboutsummaryrefslogtreecommitdiff
path: root/include/linux/nfs4_mount.h
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2007-07-01 12:13:59 -0400
committerTrond Myklebust <Trond.Myklebust@netapp.com>2007-07-10 23:40:48 -0400
commit8007122520f0a3599bdc4df47358a5d83b2574aa (patch)
treed2d0def406e081ac32f487b54d2ad347f4f28e81 /include/linux/nfs4_mount.h
parent136d558ce766967fe3cbf54c3351aba261b5d53b (diff)
NFS: Add support for mounting NFSv4 file systems with string options
Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include/linux/nfs4_mount.h')
-rw-r--r--include/linux/nfs4_mount.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/nfs4_mount.h b/include/linux/nfs4_mount.h
index 26b4c83f831..d8d7480e5a4 100644
--- a/include/linux/nfs4_mount.h
+++ b/include/linux/nfs4_mount.h
@@ -65,6 +65,6 @@ struct nfs4_mount_data {
#define NFS4_MOUNT_NOCTO 0x0010 /* 1 */
#define NFS4_MOUNT_NOAC 0x0020 /* 1 */
#define NFS4_MOUNT_STRICTLOCK 0x1000 /* 1 */
-#define NFS4_MOUNT_FLAGMASK 0xFFFF
+#define NFS4_MOUNT_FLAGMASK 0x1033
#endif