]> asedeno.scripts.mit.edu Git - linux.git/commit
bcache: Remove redundant parameter for cache_alloc()
authorYijing Wang <wangyijing@huawei.com>
Mon, 4 Jul 2016 01:23:25 +0000 (09:23 +0800)
committerJens Axboe <axboe@fb.com>
Tue, 5 Jul 2016 17:34:47 +0000 (11:34 -0600)
commitc50d4d5dd367f996393f1d33f5a3a3048bb414f8
tree15028296add9983901b8507a951f660e1e65f53a
parent3a85a5de29ea779634ddfd768059e06196687aba
bcache: Remove redundant parameter for cache_alloc()

Cache_sb is not used in cache_alloc, and we have copied
sb info to cache->sb already, remove it.

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