io_uring: add IO_URING_F_INLINE issue flag
authorJens Axboe <axboe@kernel.dk>
Thu, 5 Jun 2025 17:48:33 +0000 (11:48 -0600)
committerJens Axboe <axboe@kernel.dk>
Tue, 10 Jun 2025 13:36:19 +0000 (07:36 -0600)
commit64ea6b2f0b2b34bca19a6a87b99dd7ed34cb8944
treeb7bb96defc7585b06f995da6e95daec8cf7f8436
parent19272b37aa4f83ca52bdf9c16d5d81bdd1354494
io_uring: add IO_URING_F_INLINE issue flag

Set when the execution of the request is done inline from the system
call itself. Any deferred issue will never have this flag set.

Reviewed-by: Caleb Sander Mateos <csander@purestorage.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/linux/io_uring_types.h
io_uring/io_uring.c