]> git.baikalelectronics.ru Git - kernel.git/commit
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>
Tue, 21 Jan 2020 00:04:02 +0000 (17:04 -0700)
commit30ef5d5e6a9a48f19caa14ae90edebf077504522
treed1e0aaf81fb70497387c058a4aa8523b7e8e0672
parent757da27dd629a3f07a587f75ea0adb7cc6fc4ab9
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