]> git.ipfire.org Git - thirdparty/linux.git/commit - include/linux/blkdev.h
block: remove the bd_block_size field from struct block_device
authorChristoph Hellwig <hch@lst.de>
Fri, 26 Jun 2020 08:01:55 +0000 (10:01 +0200)
committerJens Axboe <axboe@kernel.dk>
Wed, 1 Jul 2020 14:08:17 +0000 (08:08 -0600)
commit6b7b181b67aa8177e57732723106a0411570a86d
tree652706d27ce5969d0d77798b9d6ec44698a3a02a
parent5ff9f19231a0e670b3d79c563f1b0b185abeca91
block: remove the bd_block_size field from struct block_device

We can trivially calculate the block size from the inodes i_blkbits
variable.  Use that instead of keeping two redundant copies of the
information in slightly different formats.

Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/block_dev.c
include/linux/blk_types.h
include/linux/blkdev.h