io_uring: correct io_queue_async_work() traces
authorPavel Begunkov <asml.silence@gmail.com>
Mon, 22 Mar 2021 01:45:58 +0000 (01:45 +0000)
committerJens Axboe <axboe@kernel.dk>
Mon, 22 Mar 2021 13:40:14 +0000 (07:40 -0600)
commitd07f1e8a42614cc938c9c88866d4474a5a7fee31
treeebeeceef6ab0922a27dfaddf3ecdfa297f7d4312
parent0b8cfa974dfc964e6382c9e25fa6c1bdac6ef499
io_uring: correct io_queue_async_work() traces

Request's io-wq work is hashed in io_prep_async_link(), so
as trace_io_uring_queue_async_work() looks at it should follow after
prep has been done.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/709c9f872f4d2e198c7aed9c49019ca7095dd24d.1616366969.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c