]> www.infradead.org Git - users/jedix/linux-maple.git/commit
io_uring: use IO_REQ_LINK_FLAGS more
authorCaleb Sander Mateos <csander@purestorage.com>
Tue, 11 Feb 2025 20:19:56 +0000 (13:19 -0700)
committerJens Axboe <axboe@kernel.dk>
Mon, 17 Feb 2025 12:34:46 +0000 (05:34 -0700)
commit0e8934724f78602635d6e11c97ef48caa693cb65
tree5878f134b854ad65b632df8f2ae90b220e3888c5
parent7c71a0af81ba72de9b2c501065e4e718aba9a271
io_uring: use IO_REQ_LINK_FLAGS more

Replace the 2 instances of REQ_F_LINK | REQ_F_HARDLINK with
the more commonly used IO_REQ_LINK_FLAGS.

Signed-off-by: Caleb Sander Mateos <csander@purestorage.com>
Link: https://lore.kernel.org/r/20250211202002.3316324-1-csander@purestorage.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/io_uring.c