io_uring: introduce IO_REQ_LINK_FLAGS
authorPavel Begunkov <asml.silence@gmail.com>
Fri, 15 Apr 2022 21:08:29 +0000 (22:08 +0100)
committerJens Axboe <axboe@kernel.dk>
Mon, 25 Apr 2022 00:02:49 +0000 (18:02 -0600)
commitda1a08c5b28176398773de30a056ba7b994e6988
treee8d0353762111e308bc1c1576fe2d514f899e01c
parent7bfa9badc793ba5e8b530dc3a3cb092a1c22685b
io_uring: introduce IO_REQ_LINK_FLAGS

Add a macro for all link request flags to avoid duplication.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/df38b883e31e7e0ca4e364d25a0743862961b180.1650056133.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c