commit | e6543a816edca00b6b4c48625d142059d7211059 | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Sun Jun 28 12:52:30 2020 +0300 |
committer | Jens Axboe <axboe@kernel.dk> | Sun Jun 28 08:10:17 2020 -0600 |
tree | e788aff0740284f4ff500bf0caf95085b18b571e | |
parent | 8c9cb6cd9a46ae6fb7cb6c39cf6a48a53440feef [diff] |
io_uring: remove inflight batching in free_many() io_free_req_many() is used only for iopoll requests, i.e. reads/writes. Hence no need to batch inflight unhooking. For safety, it'll be done by io_dismantle_req(), which replaces __io_req_aux_free(), and looks more solid and cleaner. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>