diff options
author | Bryan Schumaker <bjschuma@netapp.com> | 2012-05-10 15:07:40 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-05-14 20:30:30 -0400 |
commit | b72e4f42a33137acc037546277a08f407d3c1016 (patch) | |
tree | 7223923f675b73bd1e670927376347084a7bf5b8 /fs/nfs/internal.h | |
parent | 486aa699ffb6ec28adbc147326d62ac9294de8dc (diff) |
NFS: Create a single function for text mount data
The v2/3 and v4 cases were very similar, with just a few parameters
changed. This makes it easy to share code.
Signed-off-by: Bryan Schumaker <bjschuma@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/internal.h')
-rw-r--r-- | fs/nfs/internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/internal.h b/fs/nfs/internal.h index 1855e8fea423..4e9b0ff30f66 100644 --- a/fs/nfs/internal.h +++ b/fs/nfs/internal.h | |||
@@ -103,6 +103,7 @@ struct nfs_parsed_mount_data { | |||
103 | unsigned int version; | 103 | unsigned int version; |
104 | unsigned int minorversion; | 104 | unsigned int minorversion; |
105 | char *fscache_uniq; | 105 | char *fscache_uniq; |
106 | bool need_mount; | ||
106 | 107 | ||
107 | struct { | 108 | struct { |
108 | struct sockaddr_storage address; | 109 | struct sockaddr_storage address; |