]> 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)
commit787de051af51c81b4b3dbc7f85d0243fcebe1001
treed1e0aaf81fb70497387c058a4aa8523b7e8e0672
parent13666e6585c1461bb64a664e8e3f32aaad06b11e
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