kernel/fs/nfs/nfs3_fs.h
.. .. @@ -27,7 +27,7 @@ 27 27 #endif /* CONFIG_NFS_V3_ACL */ 28 28 29 29 /* nfs3client.c */ 30 -struct nfs_server *nfs3_create_server(struct nfs_mount_info *, struct nfs_subversion *);30 +struct nfs_server *nfs3_create_server(struct fs_context *);31 31 struct nfs_server *nfs3_clone_server(struct nfs_server *, struct nfs_fh *, 32 32 struct nfs_fattr *, rpc_authflavor_t); 33 33