]> www.infradead.org Git - users/jedix/linux-maple.git/commit
io_uring: cleanup {g,s]etsockopt sqe reading
authorPavel Begunkov <asml.silence@gmail.com>
Mon, 31 Mar 2025 07:55:11 +0000 (08:55 +0100)
committerJens Axboe <axboe@kernel.dk>
Mon, 31 Mar 2025 13:08:46 +0000 (07:08 -0600)
commited344511c584479ce2130d7e01a9a1e638850b0c
tree3a97b30ba83014d3e7240d5026c858430f81ae3e
parent296e16961817e8e5f574661febc608ac0c0c0108
io_uring: cleanup {g,s]etsockopt sqe reading

Add a local variable for the sqe pointer to avoid repetition.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/8dbac0f9acda2d3842534eeb7ce10d9276b021ae.1743357108.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/uring_cmd.c