io_uring/futex: move futexv owned status to struct io_futexv_data io_uring-futex-cleanups
authorJens Axboe <axboe@kernel.dk>
Wed, 4 Jun 2025 15:02:08 +0000 (09:02 -0600)
committerJens Axboe <axboe@kernel.dk>
Wed, 4 Jun 2025 17:04:10 +0000 (11:04 -0600)
commitfbcb12c2b0de9f4faad069e7358ab37a695d46ec
treea63d59dbc630b6fa5e8cf590388d1cb03d906883
parentc08d916035155eab88314e5036118ff753e11c0a
io_uring/futex: move futexv owned status to struct io_futexv_data

Free up a bit of space in the shared futex opcode private data, by
moving the futexv specific futexv_owned out of there and into the struct
specific to vectored futexes.

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