Re: [PATCH 10/19] io_uring: batch io_kiocb allocation
From: Hannes Reinecke <hare@suse.de>
Date: 2019-02-09 09:43:31
Also in:
linux-block
From: Hannes Reinecke <hare@suse.de>
Date: 2019-02-09 09:43:31
Also in:
linux-block
On 2/8/19 6:34 PM, Jens Axboe wrote:
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. Signed-off-by: Jens Axboe <axboe@kernel.dk> --- fs/io_uring.c | 45 ++++++++++++++++++++++++++++++++++++++------- 1 file changed, 38 insertions(+), 7 deletions(-)
Reviewed-by: Hannes Reinecke <hare@suse.com> Cheers, Hannes -- To unsubscribe, send a message with 'unsubscribe linux-aio' in the body to majordomo@kvack.org. For more info on Linux AIO, see: http://www.kvack.org/aio/ Don't email: <a href=mailto:"aart@kvack.org">aart@kvack.org</a>