fs: use bdev_nr_bytes instead of open coding it in blkdev_max_block
authorChristoph Hellwig <hch@lst.de>
Mon, 18 Oct 2021 10:11:09 +0000 (12:11 +0200)
committerJens Axboe <axboe@kernel.dk>
Mon, 18 Oct 2021 20:43:22 +0000 (14:43 -0600)
commitb86058f96cc86e415e51bd12cc3786d7cdbd8b47
treeb7899281b8d8d8f255f665ff2f7022906d9d98e2
parent64f0f42671b48ec30a3203818e26346d5b4ea5fa
fs: use bdev_nr_bytes instead of open coding it in blkdev_max_block

Use the proper helper to read the block device size.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Kees Cook <keescook@chromium.org>
Reviewed-by: Jan Kara <jack@suse.cz>
Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>
Link: https://lore.kernel.org/r/20211018101130.1838532-10-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/buffer.c