Commit 3cab1854 authored by Trond Myklebust's avatar Trond Myklebust

nfs: Fix up documentation in nfs_follow_referral() and nfs_do_submount()

Fallout from the mount patches.
Signed-off-by: default avatarTrond Myklebust <trond.myklebust@hammerspace.com>
parent d162372a
...@@ -247,10 +247,7 @@ void nfs_release_automount_timer(void) ...@@ -247,10 +247,7 @@ void nfs_release_automount_timer(void)
/** /**
* nfs_do_submount - set up mountpoint when crossing a filesystem boundary * nfs_do_submount - set up mountpoint when crossing a filesystem boundary
* @dentry: parent directory * @fc: pointer to struct nfs_fs_context
* @fh: filehandle for new root dentry
* @fattr: attributes for new root inode
* @authflavor: security flavor to use when performing the mount
* *
*/ */
int nfs_do_submount(struct fs_context *fc) int nfs_do_submount(struct fs_context *fc)
......
...@@ -354,7 +354,7 @@ static int try_location(struct fs_context *fc, ...@@ -354,7 +354,7 @@ static int try_location(struct fs_context *fc,
/** /**
* nfs_follow_referral - set up mountpoint when hitting a referral on moved error * nfs_follow_referral - set up mountpoint when hitting a referral on moved error
* @dentry: parent directory * @fc: pointer to struct nfs_fs_context
* @locations: array of NFSv4 server location information * @locations: array of NFSv4 server location information
* *
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment