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>
Wed, 15 Jan 2020 22:05:02 +0000 (15:05 -0700)
commit4f0132aed8584ebc55153cfc3fed0799bea26abe
treed5536380536c20729c4f05d380b722e9335f08e1
parente93aff0a85713b6a6123c43da1d59728cc49caf4
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