diff options
author | J. Bruce Fields <bfields@redhat.com> | 2014-03-28 16:43:17 -0400 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2014-03-28 18:02:11 -0400 |
commit | fbb74a34a5b04dee0602e19f3f46496f8bf1d6b4 (patch) | |
tree | 461f435b106def2b29dcb3bd3e2feaedcab95785 /fs/nfsd/vfs.c | |
parent | 4daeed25aded7dd3febaeaf887f0364b5d05899b (diff) |
nfsd: typo in nfsd_rename comment
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/nfsd/vfs.c')
-rw-r--r-- | fs/nfsd/vfs.c | 6 |
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, | |||
1715 | dput(odentry); | 1715 | dput(odentry); |
1716 | out_nfserr: | 1716 | out_nfserr: |
1717 | err = nfserrno(host_err); | 1717 | err = nfserrno(host_err); |
1718 | 1718 | /* | |
1719 | /* we cannot reply on fh_unlock on the two filehandles, | 1719 | * We cannot rely on fh_unlock on the two filehandles, |
1720 | * as that would do the wrong thing if the two directories | 1720 | * as that would do the wrong thing if the two directories |
1721 | * were the same, so again we do it by hand | 1721 | * were the same, so again we do it by hand. |
1722 | */ | 1722 | */ |
1723 | fill_post_wcc(ffhp); | 1723 | fill_post_wcc(ffhp); |
1724 | fill_post_wcc(tfhp); | 1724 | fill_post_wcc(tfhp); |