]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
io_uring/zcrx: pass ifq to io_zcrx_alloc_fallback()
authorPavel Begunkov <asml.silence@gmail.com>
Tue, 16 Sep 2025 14:27:51 +0000 (15:27 +0100)
committerJens Axboe <axboe@kernel.dk>
Tue, 16 Sep 2025 18:37:20 +0000 (12:37 -0600)
commit02bb047b5f42ed30ca97010069cb36cd3afb74e1
treea8dc06db67f08f4b0e97ec878e7375bad3327aea
parentd7ae46b454eb05e3df0d46c2ac9c61416a4d9057
io_uring/zcrx: pass ifq to io_zcrx_alloc_fallback()

io_zcrx_copy_chunk() doesn't and shouldn't care from which area the
buffer is allocated, don't try to resolve the area in it but pass the
ifq to io_zcrx_alloc_fallback() and let it handle it. Also rename it for
more clarity.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/zcrx.c