]> git.ipfire.org Git - thirdparty/kernel/stable.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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 29 May 2025 09:13:19 +0000 (11:13 +0200)
commit60909349f61da47bfd0563f6b0f88190d935556f
treea536b2e233fa04c4750bb0c303da6a85e54b5275
parentce296dd866d2c19bad5ec9e8678eaf1dd5cb0e0a
io_uring: use IO_REQ_LINK_FLAGS more

[ Upstream commit 0e8934724f78602635d6e11c97ef48caa693cb65 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
io_uring/io_uring.c