io_uring: wrap multi-req freeing in struct req_batch
authorJens Axboe <axboe@kernel.dk>
Sat, 28 Dec 2019 17:48:22 +0000 (10:48 -0700)
committerJens Axboe <axboe@kernel.dk>
Sun, 29 Dec 2019 16:05:23 +0000 (09:05 -0700)
commitb029e6c5b15e3d65b980c735259e194d455ad843
treea965930eb0e22674d6d3fe588b1621bf0947d445
parent1dcb5812a82152d3fb2de7bd55a665635ade654c
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>
fs/io_uring.c