Skip to content

Commit

Permalink
nfscl: Fix comment for commit 6aded1e6b2e5
Browse files Browse the repository at this point in the history
Commit 6aded1e6b2e5 fixed a rare case when handling an NFSv4
Rename reply when delegations are in use.  This patch fixes the
associated comment.

(cherry picked from commit 0a958aa16fed1978879d64e3b225f1d232cc5a98)
  • Loading branch information
Rick Macklem authored and laffer1 committed Dec 18, 2023
1 parent 832c6c7 commit 8265a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/fs/nfsclient/nfs_clrpcops.c
Original file line number Diff line number Diff line change
Expand Up @@ -2554,7 +2554,7 @@ nfsrpc_rename(vnode_t fdvp, vnode_t fvp, char *fnameptr, int fnamelen,
* If the Delegreturn failed, try again
* without it. The server will Recall, as
* required.
* If ret > 1, the first iteration of this
* If ret > 1, the second iteration of this
* loop is the second DelegReturn result.
*/
mbuf_freem(nd->nd_mrep);
Expand Down

0 comments on commit 8265a72

Please sign in to comment.