diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2010-04-19 19:26:23 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2010-05-14 15:09:29 -0400 |
commit | fd86dfd2637db1aef9ebf96ba41aeedb87521e78 (patch) | |
tree | d2a5447410d6c738db7c0be05b465d591bef8fbd /fs/nfs | |
parent | 1b4c6065b903390067c1b49bd616db5994c0d51c (diff) |
NFSv4: Fix up the documentation for nfs_do_refmount
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs')
-rw-r--r-- | fs/nfs/nfs4namespace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/nfs4namespace.c b/fs/nfs/nfs4namespace.c index 832f9b50f7a0..3c2a1724fbd2 100644 --- a/fs/nfs/nfs4namespace.c +++ b/fs/nfs/nfs4namespace.c | |||
@@ -225,8 +225,8 @@ out: | |||
225 | 225 | ||
226 | /* | 226 | /* |
227 | * nfs_do_refmount - handle crossing a referral on server | 227 | * nfs_do_refmount - handle crossing a referral on server |
228 | * @mnt_parent - mountpoint of referral | ||
228 | * @dentry - dentry of referral | 229 | * @dentry - dentry of referral |
229 | * @nd - nameidata info | ||
230 | * | 230 | * |
231 | */ | 231 | */ |
232 | struct vfsmount *nfs_do_refmount(const struct vfsmount *mnt_parent, struct dentry *dentry) | 232 | struct vfsmount *nfs_do_refmount(const struct vfsmount *mnt_parent, struct dentry *dentry) |