diff options
Diffstat (limited to 'fs/nfs/internal.h')
-rw-r--r-- | fs/nfs/internal.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/nfs/internal.h b/fs/nfs/internal.h index 2041f68ff1cc..013070000c38 100644 --- a/fs/nfs/internal.h +++ b/fs/nfs/internal.h | |||
@@ -5,6 +5,8 @@ | |||
5 | #include <linux/mount.h> | 5 | #include <linux/mount.h> |
6 | #include <linux/security.h> | 6 | #include <linux/security.h> |
7 | 7 | ||
8 | #define NFS_MS_MASK (MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_SYNCHRONOUS) | ||
9 | |||
8 | struct nfs_string; | 10 | struct nfs_string; |
9 | 11 | ||
10 | /* Maximum number of readahead requests | 12 | /* Maximum number of readahead requests |
@@ -41,6 +43,7 @@ struct nfs_parsed_mount_data { | |||
41 | unsigned int auth_flavor_len; | 43 | unsigned int auth_flavor_len; |
42 | rpc_authflavor_t auth_flavors[1]; | 44 | rpc_authflavor_t auth_flavors[1]; |
43 | char *client_address; | 45 | char *client_address; |
46 | char *fscache_uniq; | ||
44 | 47 | ||
45 | struct { | 48 | struct { |
46 | struct sockaddr_storage address; | 49 | struct sockaddr_storage address; |