The branch main has been updated by glebius:

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

commit e7231d07a4f75180cb98ab74c212fbcbe61c0178
Author:     Gleb Smirnoff <[email protected]>
AuthorDate: 2022-08-07 18:18:30 +0000
Commit:     Gleb Smirnoff <[email protected]>
CommitDate: 2022-08-07 18:18:30 +0000

    tcp_input: update comment to match reality.
---
 sys/netinet/tcp_input.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c
index f2d4f56ac582..a4647297c521 100644
--- a/sys/netinet/tcp_input.c
+++ b/sys/netinet/tcp_input.c
@@ -1082,8 +1082,7 @@ findpcb:
                         */
                        tcp_dooptions(&to, optp, optlen, 0);
                        /*
-                        * NB: syncache_expand() doesn't unlock
-                        * inp and tcpinfo locks.
+                        * NB: syncache_expand() doesn't unlock inp.
                         */
                        rstreason = syncache_expand(&inc, &to, th, &so, m, 
port);
                        if (rstreason < 0) {

Reply via email to