commit | 8237e045983d82ba78eaab5f60b9300927fc6796 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Sat Dec 28 10:48:22 2019 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Jan 20 17:04:02 2020 -0700 |
tree | d1e0aaf81fb70497387c058a4aa8523b7e8e0672 | |
parent | 2b85edfc0c90efc68dea3d665bb4111bf0694e05 [diff] |
io_uring: wrap multi-req freeing in struct req_batch This cleans up the code a bit, and it allows us to build on top of the multi-req freeing. Signed-off-by: Jens Axboe <axboe@kernel.dk>