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>
Wed, 20 Apr 2022 22:21:23 +0000 (16:21 -0600)
commit499436e5b20aef0f7fd495a35eae09e9d0e45f8b
treea0dc5a709ffa0ab6bf68eb19fa2255a11896507d
parentb6bd92480c7e987efa91397b14fcd64611f99306
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