bio: add a helper calculating nr segments to alloc
authorPavel Begunkov <asml.silence@gmail.com>
Sat, 9 Jan 2021 16:03:02 +0000 (16:03 +0000)
committerJens Axboe <axboe@kernel.dk>
Mon, 25 Jan 2021 15:58:24 +0000 (08:58 -0700)
commit3e1a88ec96259282b9a8b45c3f1fda7a3ff4f6ea
treee650e34e08f97cadb1d47e9650ff045006bac9be
parent54c8195b4ebe10af66b49ab9c809bc16939555fc
bio: add a helper calculating nr segments to alloc

Add a helper function calculating the number of bvec segments we need to
allocate to construct a bio. It doesn't change anything functionally,
but will be used to not duplicate special cases in the future.

Reviewed-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>
fs/block_dev.c
fs/iomap/direct-io.c
include/linux/bio.h