io_uring: grow struct io_kiocb 'flags' to a 64-bit value
authorJens Axboe <axboe@kernel.dk>
Wed, 23 Nov 2022 00:03:52 +0000 (17:03 -0700)
committerJens Axboe <axboe@kernel.dk>
Wed, 11 Jan 2023 20:45:32 +0000 (13:45 -0700)
commit129e971772c6b215029abec98ae2e081822d8346
tree61321c2b14eebad870411ed31b1c900debf9e40d
parentdf46d3680311cacab1fe4c614b61c10ffcb0dbea
io_uring: grow struct io_kiocb 'flags' to a 64-bit value

We've run out of flags at this point, and none of the flags are easily
removable. Bump the flags argument to 64-bit to add room for more.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/linux/io_uring_types.h
io_uring/io_uring.c