]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
io_uring/zcrx: use correct mmap off constants
authorPavel Begunkov <asml.silence@gmail.com>
Tue, 31 Mar 2026 21:07:43 +0000 (22:07 +0100)
committerJens Axboe <axboe@kernel.dk>
Thu, 2 Apr 2026 12:55:48 +0000 (06:55 -0600)
commit4c6f93951b8fc556f2a37d45b32cb7f7e76b0e91
tree3d284d2192397fe21ee828a553afaaf7ff02f35b
parent7120b87bed922ae2f1968c081377162380e1547e
io_uring/zcrx: use correct mmap off constants

zcrx was using IORING_OFF_PBUF_SHIFT during first iterations, but there
is now a separate constant it should use. Both are 16 so it doesn't
change anything, but improve it for the future.

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