Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fbb74a34 authored by J. Bruce Fields's avatar J. Bruce Fields
Browse files

nfsd: typo in nfsd_rename comment

parent 4daeed25
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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);