aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Macklem <rmacklem@FreeBSD.org>2023-12-04 00:12:14 +0000
committerRick Macklem <rmacklem@FreeBSD.org>2023-12-04 00:12:14 +0000
commit0a958aa16fed1978879d64e3b225f1d232cc5a98 (patch)
tree6a5bd921b9bf40f74638dacb394df77fd57760a6
parent6aded1e6b2e5549120031032e1c7f8b002882327 (diff)
downloadsrc-0a958aa16fed1978879d64e3b225f1d232cc5a98.tar.gz
src-0a958aa16fed1978879d64e3b225f1d232cc5a98.zip
nfscl: Fix comment for commit 6aded1e6b2e5
Commit 6aded1e6b2e5 fixed a rare case when handling an NFSv4 Rename reply when delegations are in use. This patch fixes the associated comment. MFC after: 2 weeks
-rw-r--r--sys/fs/nfsclient/nfs_clrpcops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/nfsclient/nfs_clrpcops.c b/sys/fs/nfsclient/nfs_clrpcops.c
index 81871dc885cd..86c2959b1209 100644
--- a/sys/fs/nfsclient/nfs_clrpcops.c
+++ b/sys/fs/nfsclient/nfs_clrpcops.c
@@ -3006,7 +3006,7 @@ tryagain:
* 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.
*/
m_freem(nd->nd_mrep);