]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
bcache: Remove redundant block_size assignment
authorYijing Wang <wangyijing@huawei.com>
Mon, 4 Jul 2016 01:23:41 +0000 (09:23 +0800)
committerJens Axboe <axboe@fb.com>
Tue, 5 Jul 2016 17:34:50 +0000 (11:34 -0600)
commit89b920e0031673882e2217189c655dd89d5c1553
tree2849621b01ef0042650537fc1fdaaaad274e5ea1
parent7abc70d7007757ac1c0e87c57f39cd79f50a632f
bcache: Remove redundant block_size assignment

We have assigned sb->block_size before the switch,
so remove the redundant one.

Reviewed-by: Coly Li <colyli@suse.de>
Signed-off-by: Yijing Wang <wangyijing@huawei.com>
Acked-by: Eric Wheeler <bcache@lists.ewheeler.net>
Signed-off-by: Jens Axboe <axboe@fb.com>
drivers/md/bcache/super.c