commit | 9011495c9466ca0aaee2741f98d50ac2ca8cee11 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri Jun 26 10:01:53 2020 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Jul 01 08:08:15 2020 -0600 |
tree | 7484951c8acc5e5699dc06f65e73dd25b200b07c | |
parent | fe4ec12e1865a2114056b799e4869bf4c30e47df [diff] |
dcssblk: don't set bd_block_size in ->open bd_block_size contains a value that matches the logic block size when opening, so the statement is redundant. Even if it wasn't the dumb assignment would cause a a mismatch with bd_inode->i_blkbits. Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com> Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>