io_uring/net: always set kmsg->msg.msg_control_user before issue
authorJens Axboe <axboe@kernel.dk>
Fri, 12 Apr 2024 18:39:54 +0000 (12:39 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 15 Apr 2024 14:10:25 +0000 (08:10 -0600)
commit3ba8345aec886a3a01331e944a6a8568bf94bd10
treea84b72835bae34d47326999f917fa85e1d46eed0
parent790b68b32a678b65b161861f83b2b782b6b9246b
io_uring/net: always set kmsg->msg.msg_control_user before issue

We currently set this separately for async/sync entry, but let's just
move it to a generic pre-issue spot and eliminate the difference
between the two.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/net.c