commit | 2579f913d41a086563bb81762c519f3d62ddee37 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Wed Jan 09 09:10:43 2019 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Feb 28 08:24:23 2019 -0700 |
tree | 46195e72b0a1e8ece5ea9ab662c327ac23b23aef | |
parent | 9a56a2323dbbd8ed7f380a5af7ae3ff82caa55a6 [diff] |
io_uring: batch io_kiocb allocation Similarly to how we use the state->ios_left to know how many references to get to a file, we can use it to allocate the io_kiocb's we need in bulk. Reviewed-by: Hannes Reinecke <hare@suse.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>