ext4: use sb_bdev_nr_blocks
authorChristoph Hellwig <hch@lst.de>
Mon, 18 Oct 2021 10:11:26 +0000 (12:11 +0200)
committerJens Axboe <axboe@kernel.dk>
Mon, 18 Oct 2021 20:43:23 +0000 (14:43 -0600)
commit5513b241b2ef903b36c2ff74976618885fc5a318
tree2831f2edb92b5965f30d122ea03d2f7cb0341354
parentbcc6e2cfaa48a4ad2e17719194f6d97a8e03f6c1
ext4: use sb_bdev_nr_blocks

Use the sb_bdev_nr_blocks helper instead of open coding it.

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>
Acked-by: Theodore Ts'o <tytso@mit.edu>
Link: https://lore.kernel.org/r/20211018101130.1838532-27-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/ext4/super.c