]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
io_uring/zctx: rename flags var for more clarity
authorPavel Begunkov <asml.silence@gmail.com>
Mon, 16 Feb 2026 11:45:53 +0000 (11:45 +0000)
committerJens Axboe <axboe@kernel.dk>
Mon, 9 Mar 2026 13:21:53 +0000 (07:21 -0600)
commitc279fcd95ae136c9dccccc8b7f5069f651449e58
tree467c1ae9100406e54ce371bff16b6e41f6377b3b
parentbdb489adca295a14750c7343ddb035830fc033b1
io_uring/zctx: rename flags var for more clarity

The name "flags" is too overloaded, so rename the variable in
io_sendmsg_zc() into msg_flags to stress that it contains MSG_*.

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