]> Gentwo Git Trees - linux/.git/commit
io_uring/zcrx: elide passing msg flags
authorPavel Begunkov <asml.silence@gmail.com>
Thu, 13 Nov 2025 10:46:11 +0000 (10:46 +0000)
committerJens Axboe <axboe@kernel.dk>
Thu, 13 Nov 2025 18:19:37 +0000 (11:19 -0700)
commit1b8b5d0316da7468ae4d40f6c2102d559d9e3ca2
tree12097512ae208ee6f50ad45cb8bc21487e5b3cad
parenta0169c3a62875d1bafa0caffa42e1d1cf6aa40e6
io_uring/zcrx: elide passing msg flags

zcrx sqe->msg_flags has never been defined and checked to be zero. It
doesn't need to be a MSG_* bitmask. Keep them undefined, don't mix
with MSG_DONTWAIT, and don't pass into io_zcrx_recv() as it's ignored
anyway.

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