summaryrefslogtreecommitdiff
path: root/include/linux/timerqueue.h
diff options
context:
space:
mode:
authorMaurizio Lombardi <mlombard@redhat.com>2026-03-16 17:44:41 +0100
committerKeith Busch <kbusch@kernel.org>2026-06-10 08:14:19 -0700
commit7d953c75f0a3f905aadf3675c9394a5b9d9897bf (patch)
tree26ddf4c88ba6ad9b205fa7b05df9217524d3c4af /include/linux/timerqueue.h
parent779575bc35c687697ba69e904f2cd22e60112534 (diff)
nvmet-tcp: handle TCP_CLOSING state in nvmet_tcp_state_change
When an NVMe/TCP connection shuts down, the underlying TCP socket can enter the TCP_CLOSING state (state 11). Currently, the nvmet_tcp_state_change() callback does not explicitly handle this state, which results in harmless but noisy kernel warnings: nvmet_tcp: queue 2 unhandled state 11 Add TCP_CLOSING to the switch statement alongside TCP_FIN_WAIT2 and TCP_LAST_ACK to silently ignore the state transition. Signed-off-by: Maurizio Lombardi <mlombard@redhat.com> Signed-off-by: Keith Busch <kbusch@kernel.org>
Diffstat (limited to 'include/linux/timerqueue.h')
0 files changed, 0 insertions, 0 deletions