commit | 5bf5e464f1acb1c031b4a290d63760bcb074c027 | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Sat Oct 10 18:34:05 2020 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Sat Oct 10 12:49:20 2020 -0600 |
tree | d94fb70b91af4e0565f40b646549126a073cc98a | |
parent | 5e2ed8c4f45093698855b1f45cdf43efbf6dd498 [diff] |
io_uring: don't io_prep_async_work() linked reqs There is no real reason left for preparing io-wq work context for linked requests in advance, remove it as this might become a bottleneck in some cases. Reported-by: Roman Gershman <romger@amazon.com> Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>