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 17:30:30 -0700 |
commit | b72e4f42a33137acc037546277a08f407d3c1016 (patch) | |
tree | 7223923f675b73bd1e670927376347084a7bf5b8 /fs/nfs/internal.h | |
parent | 486aa699ffb6ec28adbc147326d62ac9294de8dc (diff) | |
download | talos-obmc-linux-b72e4f42a33137acc037546277a08f407d3c1016.tar.gz talos-obmc-linux-b72e4f42a33137acc037546277a08f407d3c1016.zip |
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 { unsigned int version; unsigned int minorversion; char *fscache_uniq; + bool need_mount; struct { struct sockaddr_storage address; |