]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
tcp: Remove stale locking comment for TFO.
authorKuniyuki Iwashima <kuniyu@google.com>
Tue, 23 Sep 2025 00:54:19 +0000 (00:54 +0000)
committerJakub Kicinski <kuba@kernel.org>
Wed, 24 Sep 2025 01:21:36 +0000 (18:21 -0700)
commitdc1dea796b197aba2c3cae25bfef45f4b3ad46fe
tree0b0f0f93bafd2120c347f14d17032c79c52bf032
parente8ab231782e92bc26e5eb605263525636a2f7ae7
tcp: Remove stale locking comment for TFO.

The listener -> child locking no longer exists in the fast path
since commit e994b2f0fb92 ("tcp: do not lock listener to process
SYN packets").

Let's remove the stale comment for reqsk_fastopen_remove().

Signed-off-by: Kuniyuki Iwashima <kuniyu@google.com>
Link: https://patch.msgid.link/20250923005441.4131554-1-kuniyu@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/core/request_sock.c