Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Dec 2023 00:14:00 GMT
From:      Rick Macklem <rmacklem@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 0a958aa16fed - main - nfscl: Fix comment for commit 6aded1e6b2e5
Message-ID:  <202312040014.3B40E0cm073552@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by rmacklem:

URL: https://cgit.FreeBSD.org/src/commit/?id=0a958aa16fed1978879d64e3b225f1d232cc5a98

commit 0a958aa16fed1978879d64e3b225f1d232cc5a98
Author:     Rick Macklem <rmacklem@FreeBSD.org>
AuthorDate: 2023-12-04 00:12:14 +0000
Commit:     Rick Macklem <rmacklem@FreeBSD.org>
CommitDate: 2023-12-04 00:12:14 +0000

    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
---
 sys/fs/nfsclient/nfs_clrpcops.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312040014.3B40E0cm073552>