linux/io_uring
Jens Axboe 9d2789ac9d block/io_uring: pass in issue_flags for uring_cmd task_work handling
io_uring_cmd_done() currently assumes that the uring_lock is held
when invoked, and while it generally is, this is not guaranteed.
Pass in the issue_flags associated with it, so that we have
IO_URING_F_UNLOCKED available to be able to lock the CQ ring
appropriately when completing events.

Cc: stable@vger.kernel.org
Fixes: ee692a21e9bf ("fs,io_uring: add infrastructure for uring-cmd")
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2023-03-20 20:01:25 -06:00
..
2023-03-03 10:25:29 -08:00
2022-12-07 06:47:13 -07:00
2022-09-21 13:15:02 -06:00
2023-01-29 15:17:41 -07:00
2023-01-29 15:17:41 -07:00
2022-12-07 06:47:13 -07:00
2023-02-20 14:03:57 -08:00
2023-02-22 09:57:23 -07:00