Message ID | 1466561544-19155-1-git-send-email-wangyijing@huawei.com |
---|---|
State | Superseded |
Headers | show |
diff --git a/drivers/md/bcache/super.c b/drivers/md/bcache/super.c index aecaace..bf4b100 100644 --- a/drivers/md/bcache/super.c +++ b/drivers/md/bcache/super.c @@ -134,7 +134,6 @@ static const char *read_super(struct cache_sb *sb, struct block_device *bdev, case BCACHE_SB_VERSION_CDEV: case BCACHE_SB_VERSION_CDEV_WITH_UUID: sb->nbuckets = le64_to_cpu(s->nbuckets); - sb->block_size = le16_to_cpu(s->block_size); sb->bucket_size = le16_to_cpu(s->bucket_size); sb->nr_in_set = le16_to_cpu(s->nr_in_set);