aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfs/internal.h')
-rw-r--r--fs/nfs/internal.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/fs/nfs/internal.h b/fs/nfs/internal.h
index cf9fdbdabc67..9e5a003ccc53 100644
--- a/fs/nfs/internal.h
+++ b/fs/nfs/internal.h
@@ -254,9 +254,11 @@ extern char *nfs_path(const char *base,
254extern struct vfsmount *nfs_d_automount(struct path *path); 254extern struct vfsmount *nfs_d_automount(struct path *path);
255 255
256/* getroot.c */ 256/* getroot.c */
257extern struct dentry *nfs_get_root(struct super_block *, struct nfs_fh *); 257extern struct dentry *nfs_get_root(struct super_block *, struct nfs_fh *,
258 const char *);
258#ifdef CONFIG_NFS_V4 259#ifdef CONFIG_NFS_V4
259extern struct dentry *nfs4_get_root(struct super_block *, struct nfs_fh *); 260extern struct dentry *nfs4_get_root(struct super_block *, struct nfs_fh *,
261 const char *);
260 262
261extern int nfs4_get_rootfh(struct nfs_server *server, struct nfs_fh *mntfh); 263extern int nfs4_get_rootfh(struct nfs_server *server, struct nfs_fh *mntfh);
262#endif 264#endif