aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4namespace.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfs/nfs4namespace.c')
-rw-r--r--fs/nfs/nfs4namespace.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/fs/nfs/nfs4namespace.c b/fs/nfs/nfs4namespace.c
index 24f06dcc2b08..2e460c33ae48 100644
--- a/fs/nfs/nfs4namespace.c
+++ b/fs/nfs/nfs4namespace.c
@@ -137,6 +137,7 @@ static size_t nfs_parse_server_name(char *string, size_t len,
137 137
138/** 138/**
139 * nfs_find_best_sec - Find a security mechanism supported locally 139 * nfs_find_best_sec - Find a security mechanism supported locally
140 * @clnt: pointer to rpc_clnt
140 * @server: NFS server struct 141 * @server: NFS server struct
141 * @flavors: List of security tuples returned by SECINFO procedure 142 * @flavors: List of security tuples returned by SECINFO procedure
142 * 143 *
@@ -288,8 +289,8 @@ static struct vfsmount *try_location(struct nfs_clone_mount *mountdata,
288 289
289/** 290/**
290 * nfs_follow_referral - set up mountpoint when hitting a referral on moved error 291 * nfs_follow_referral - set up mountpoint when hitting a referral on moved error
291 * @dentry - parent directory 292 * @dentry: parent directory
292 * @locations - array of NFSv4 server location information 293 * @locations: array of NFSv4 server location information
293 * 294 *
294 */ 295 */
295static struct vfsmount *nfs_follow_referral(struct dentry *dentry, 296static struct vfsmount *nfs_follow_referral(struct dentry *dentry,