]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
io_uring/zcrx: remove extra ifq close
authorPavel Begunkov <asml.silence@gmail.com>
Tue, 19 May 2026 11:44:29 +0000 (12:44 +0100)
committerJens Axboe <axboe@kernel.dk>
Tue, 26 May 2026 16:42:01 +0000 (10:42 -0600)
commit98f07b0f74b65284ebe0d021505b461d4be6bf07
treee744b0f340cc187eafdcfa121b5ec5604d23bfd6
parente57b44039bc54bbdf3d1511021458356858a4a12
io_uring/zcrx: remove extra ifq close

By the time io_zcrx_ifq_free() is called the interface queue should
already be closed, so io_close_queue() will be a no-op. Remove the call
and add a couple of warnings.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://patch.msgid.link/be6c4a283a5bab5440e22fbccafe7b885acb7abc.1779189667.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/zcrx.c