ntfs3: use bdev_nr_bytes instead of open coding it
authorChristoph Hellwig <hch@lst.de>
Mon, 18 Oct 2021 17:37:15 +0000 (11:37 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 18 Oct 2021 20:43:23 +0000 (14:43 -0600)
commitd54f13a8e479adbeea4585c62dbf0cc85cedf73c
tree4805f0d1ca12e9d8e8337042fb5f389891aad1a0
parent4fcd69798d7f366e1155f3041caf3891ebea72c6
ntfs3: use bdev_nr_bytes instead of open coding it

Use the proper helper to read the block device size.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20211018101130.1838532-21-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/ntfs3/super.c