commit | c6ca97b30c47c7ad36107d3764bb4dc37026d171 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Sat Dec 28 12:11:08 2019 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Jan 20 17:04:02 2020 -0700 |
tree | 9d3a29d019c43636a63924191cb61a4f70926a96 | |
parent | 8237e045983d82ba78eaab5f60b9300927fc6796 [diff] |
io_uring: extend batch freeing to cover more cases Currently we only batch free if fixed files are used, no links, no aux data, etc. This extends the batch freeing to only exclude the linked case and fallback case, and make io_free_req_many() handle the other cases just fine. Signed-off-by: Jens Axboe <axboe@kernel.dk>