summaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorJ. Bruce Fields2014-03-28 21:43:17 +0100
committerJ. Bruce Fields2014-03-28 23:02:11 +0100
commitfbb74a34a5b04dee0602e19f3f46496f8bf1d6b4 (patch)
tree461f435b106def2b29dcb3bd3e2feaedcab95785 /fs
parentNFSD: simplify saved/current fh uses in nfsd4_proc_compound (diff)
downloadkernel-qcow2-linux-fbb74a34a5b04dee0602e19f3f46496f8bf1d6b4.tar.gz
kernel-qcow2-linux-fbb74a34a5b04dee0602e19f3f46496f8bf1d6b4.tar.xz
kernel-qcow2-linux-fbb74a34a5b04dee0602e19f3f46496f8bf1d6b4.zip
nfsd: typo in nfsd_rename comment
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs')
-rw-r--r--fs/nfsd/vfs.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/nfsd/vfs.c b/fs/nfsd/vfs.c
index eea5ad188984..4d8dcd62481e 100644
--- a/fs/nfsd/vfs.c
+++ b/fs/nfsd/vfs.c
@@ -1715,10 +1715,10 @@ nfsd_rename(struct svc_rqst *rqstp, struct svc_fh *ffhp, char *fname, int flen,
dput(odentry);
out_nfserr:
err = nfserrno(host_err);
-
- /* we cannot reply on fh_unlock on the two filehandles,
+ /*
+ * We cannot rely on fh_unlock on the two filehandles,
* as that would do the wrong thing if the two directories
- * were the same, so again we do it by hand
+ * were the same, so again we do it by hand.
*/
fill_post_wcc(ffhp);
fill_post_wcc(tfhp);