aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/namespace.c
diff options
context:
space:
mode:
authorTrond Myklebust <trond.myklebust@hammerspace.com>2020-03-16 11:37:31 -0400
committerTrond Myklebust <trond.myklebust@hammerspace.com>2020-03-17 18:40:57 -0400
commit3cab1854b0c05c77f2d119d0ab70d3c33c9d5c61 (patch)
tree1faa555d233473f5a03f302b795e29c87bd84969 /fs/nfs/namespace.c
parentSUNRPC: Trim stack utilization in the wrap and unwrap paths (diff)
downloadlinux-dev-3cab1854b0c05c77f2d119d0ab70d3c33c9d5c61.tar.xz
linux-dev-3cab1854b0c05c77f2d119d0ab70d3c33c9d5c61.zip
nfs: Fix up documentation in nfs_follow_referral() and nfs_do_submount()
Fallout from the mount patches. Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Diffstat (limited to 'fs/nfs/namespace.c')
-rw-r--r--fs/nfs/namespace.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/fs/nfs/namespace.c b/fs/nfs/namespace.c
index f3ece8ed3203..da67820462f2 100644
--- a/fs/nfs/namespace.c
+++ b/fs/nfs/namespace.c
@@ -247,10 +247,7 @@ void nfs_release_automount_timer(void)
/**
* nfs_do_submount - set up mountpoint when crossing a filesystem boundary
- * @dentry: parent directory
- * @fh: filehandle for new root dentry
- * @fattr: attributes for new root inode
- * @authflavor: security flavor to use when performing the mount
+ * @fc: pointer to struct nfs_fs_context
*
*/
int nfs_do_submount(struct fs_context *fc)