]> www.infradead.org Git - nvme.git/commit
block: Define bdev_nr_zones() as an inline function
authorDamien Le Moal <dlemoal@kernel.org>
Fri, 21 Jun 2024 03:15:05 +0000 (12:15 +0900)
committerJens Axboe <axboe@kernel.dk>
Fri, 21 Jun 2024 14:26:35 +0000 (08:26 -0600)
commitb6cfe2287df6e26d685af8a8a96ed1bf87bdde28
tree28cdc450bebff103cce955b9f6ebe958e15f6148
parent4ac9056e4bd787f1ba2001167c5acc2b5a75ddf9
block: Define bdev_nr_zones() as an inline function

There is no need for bdev_nr_zones() to be an exported function
calculating the number of zones of a block device. Instead, given that
all callers use this helper with a fully initialized block device that
has a gendisk, we can redefine this function as an inline helper in
blkdev.h.

Signed-off-by: Damien Le Moal <dlemoal@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Link: https://lore.kernel.org/r/20240621031506.759397-3-dlemoal@kernel.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-zoned.c
include/linux/blkdev.h