diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2007-07-01 12:13:59 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2007-07-10 23:40:48 -0400 |
commit | 8007122520f0a3599bdc4df47358a5d83b2574aa (patch) | |
tree | d2d0def406e081ac32f487b54d2ad347f4f28e81 /include/linux/nfs4_mount.h | |
parent | 136d558ce766967fe3cbf54c3351aba261b5d53b (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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/nfs4_mount.h b/include/linux/nfs4_mount.h index 26b4c83f831d..d8d7480e5a47 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 |