Files
linux/io_uring/uring_cmd.c
Jens Axboe 98d6ee3e30 io_uring/uring_cmd: remove dead req_has_async_data() check
[ Upstream commit 0edf1283a9 ]

Any uring_cmd always has async data allocated now, there's no reason to
check and clear a cached copy of the SQE.

Fixes: d10f19dff5 ("io_uring/uring_cmd: switch to always allocating async data")
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2025-02-21 14:01:20 +01:00

9.4 KiB