summaryrefslogtreecommitdiffstats
path: root/fs/nfs/internal.h
diff options
context:
space:
mode:
authorBryan Schumaker <bjschuma@netapp.com>2012-05-10 15:07:40 -0400
committerTrond Myklebust <Trond.Myklebust@netapp.com>2012-05-14 17:30:30 -0700
commitb72e4f42a33137acc037546277a08f407d3c1016 (patch)
tree7223923f675b73bd1e670927376347084a7bf5b8 /fs/nfs/internal.h
parent486aa699ffb6ec28adbc147326d62ac9294de8dc (diff)
downloadlinux-b72e4f42a33137acc037546277a08f407d3c1016.tar.gz
linux-b72e4f42a33137acc037546277a08f407d3c1016.tar.bz2
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.h1
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;