projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4daeed2
)
nfsd: typo in nfsd_rename comment
author
J. Bruce Fields
<bfields@redhat.com>
Fri, 28 Mar 2014 20:43:17 +0000
(16:43 -0400)
committer
J. Bruce Fields
<bfields@redhat.com>
Fri, 28 Mar 2014 22:02:11 +0000
(18:02 -0400)
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/vfs.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/nfsd/vfs.c
b/fs/nfsd/vfs.c
index eea5ad1889846c5c88a4fa11d27314ee035a9817..4d8dcd62481e1e682f1774eb0b19070eabc3a0a3 100644
(file)
--- 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 rep
ly on fh_unlock on the two filehandles,
+ /*
+
* We cannot re
ly 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);