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>
Mon, 23 Jun 2025 14:59:13 +0000 (08:59 -0600)
commit4d811e395bbe54ba2febb3940d4b6c4741f360a6
treea4f4b4fc6dd33b371c61c5a378af790e4fd57216
parent86731a2a651e58953fc949573895f2fa6d456841
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