OSDN Git Service

target/file: allocate the bvec array as part of struct target_core_file_cmd
authorChristoph Hellwig <hch@lst.de>
Sat, 9 Jan 2021 16:03:00 +0000 (16:03 +0000)
committerJens Axboe <axboe@kernel.dk>
Mon, 25 Jan 2021 15:58:24 +0000 (08:58 -0700)
commitecd7fba0ade1d6d8d49d320df9caf96922a376b2
tree65ebec32ebd4f1472a2d3ded3de72dc7610dd86b
parent0cf41e5e9bafc185490624c3e321c915885a91f3
target/file: allocate the bvec array as part of struct target_core_file_cmd

This saves one memory allocation, and ensures the bvecs aren't freed
before the AIO completion.  This will allow the lower level code to be
optimized so that it can avoid allocating another bvec array.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Reviewed-by: Ming Lei <ming.lei@redhat.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/target/target_core_file.c