]> git.baikalelectronics.ru Git - kernel.git/commitdiff
nfs: Fix up documentation in nfs_follow_referral() and nfs_do_submount()
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Mon, 16 Mar 2020 15:37:31 +0000 (11:37 -0400)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Tue, 17 Mar 2020 22:40:57 +0000 (18:40 -0400)
Fallout from the mount patches.

Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
fs/nfs/namespace.c
fs/nfs/nfs4namespace.c

index f3ece8ed32033ab3e4e4e807b9b128b54c1da95a..da67820462f2a8d9c75a3ee9d23a8b9f27705126 100644 (file)
@@ -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)
index 84026e7b8a5f3fe528d9f95968a2b43947b5762e..a3ab6e219061b091dad17bc8a1e1846e3f5c0c49 100644 (file)
@@ -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
- * @dentry: parent directory
+ * @fc: pointer to struct nfs_fs_context
  * @locations: array of NFSv4 server location information
  *
  */