aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4_fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfs/nfs4_fs.h')
-rw-r--r--fs/nfs/nfs4_fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/nfs4_fs.h b/fs/nfs/nfs4_fs.h
index 99c2e7e4d3ea..c321fb59d801 100644
--- a/fs/nfs/nfs4_fs.h
+++ b/fs/nfs/nfs4_fs.h
@@ -367,7 +367,7 @@ extern const nfs4_stateid zero_stateid;
367/* nfs4super.c */ 367/* nfs4super.c */
368struct nfs_mount_info; 368struct nfs_mount_info;
369extern struct nfs_subversion nfs_v4; 369extern struct nfs_subversion nfs_v4;
370struct dentry *nfs4_try_mount(int, const char *, struct nfs_mount_info *); 370struct dentry *nfs4_try_mount(int, const char *, struct nfs_mount_info *, struct nfs_subversion *);
371int init_nfs_v4(void); 371int init_nfs_v4(void);
372void exit_nfs_v4(void); 372void exit_nfs_v4(void);
373 373