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, 18 Apr 2022 01:23:58 +0000 (19:23 -0600)
commitba0a753a0b63739fc7d53f9cab0f71b22c2afd92
tree8f7b13138409f0f0e653043152483df3d4e1bc7f
parentceba3567006f5e932521b93d327d8626a0078be1
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