git: 41c1db8a4daa - main - tcp: remove references to Lock(b)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 26 Jun 2025 14:06:21 UTC
The branch main has been updated by tuexen:
URL: https://cgit.FreeBSD.org/src/commit/?id=41c1db8a4daae24dff545ee2d20ba6ffe8abd625
commit 41c1db8a4daae24dff545ee2d20ba6ffe8abd625
Author: Peter Lei <peterlei@netflix.com>
AuthorDate: 2025-06-26 14:05:05 +0000
Commit: Michael Tuexen <tuexen@FreeBSD.org>
CommitDate: 2025-06-26 14:05:05 +0000
tcp: remove references to Lock(b)
Reviewed by: tuexen
MFC after: 1 week
Sponsored by: Netflix, Inc.
---
sys/netinet/tcp_stacks/tcp_bbr.h | 2 --
sys/netinet/tcp_stacks/tcp_rack.h | 2 --
2 files changed, 4 deletions(-)
diff --git a/sys/netinet/tcp_stacks/tcp_bbr.h b/sys/netinet/tcp_stacks/tcp_bbr.h
index f88efe3c9ef9..10ddd12bda75 100644
--- a/sys/netinet/tcp_stacks/tcp_bbr.h
+++ b/sys/netinet/tcp_stacks/tcp_bbr.h
@@ -347,8 +347,6 @@ struct bbr_log_sysctl_out {
/*
* Locking for the rack control block.
* a) Locked by INP_WLOCK
- * b) Locked by the hpts-mutex
- *
*/
#define BBR_STATE_STARTUP 0x01
#define BBR_STATE_DRAIN 0x02
diff --git a/sys/netinet/tcp_stacks/tcp_rack.h b/sys/netinet/tcp_stacks/tcp_rack.h
index 2393240489ac..144b4fabf7eb 100644
--- a/sys/netinet/tcp_stacks/tcp_rack.h
+++ b/sys/netinet/tcp_stacks/tcp_rack.h
@@ -327,8 +327,6 @@ extern counter_u64_t rack_opts_arry[RACK_OPTS_SIZE];
/*
* Locking for the rack control block.
* a) Locked by INP_WLOCK
- * b) Locked by the hpts-mutex
- *
*/
#define RACK_GP_HIST 4 /* How much goodput history do we maintain? */
#define RETRAN_CNT_SIZE 16