diff options
Diffstat (limited to 'fs/nfs/nfs4_fs.h')
-rw-r--r-- | fs/nfs/nfs4_fs.h | 2 |
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 */ |
368 | struct nfs_mount_info; | 368 | struct nfs_mount_info; |
369 | extern struct nfs_subversion nfs_v4; | 369 | extern struct nfs_subversion nfs_v4; |
370 | struct dentry *nfs4_try_mount(int, const char *, struct nfs_mount_info *); | 370 | struct dentry *nfs4_try_mount(int, const char *, struct nfs_mount_info *, struct nfs_subversion *); |
371 | int init_nfs_v4(void); | 371 | int init_nfs_v4(void); |
372 | void exit_nfs_v4(void); | 372 | void exit_nfs_v4(void); |
373 | 373 | ||