commit | c3524383333e4ff2f720ab0c02b3a329f72de78b | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Sun Jun 28 12:52:32 2020 +0300 |
committer | Jens Axboe <axboe@kernel.dk> | Sun Jun 28 08:10:17 2020 -0600 |
tree | b18e611e0d79ca224a2ad1494784e59e6c1c5d25 | |
parent | 2757a23e7f6441eabf605ca59eeb88c34071757d [diff] |
io_uring: batch-free linked requests as well There is no reason to not batch deallocation of linked requests. Take away its next req first and handle it as everything else in io_req_multi_free(). Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>