Re: [PATCH v3 1/3] bcache: Remove redundant parameter for cache_alloc()

2016-07-05 Thread Jens Axboe
On 07/03/2016 07:23 PM, Yijing Wang wrote: Cache_sb is not used in cache_alloc, and we have copied sb info to cache->sb already, remove it. Added this, and 2-3/3 for 4.8, thanks. -- Jens Axboe

[PATCH v3 1/3] bcache: Remove redundant parameter for cache_alloc()

2016-07-03 Thread Yijing Wang
Cache_sb is not used in cache_alloc, and we have copied sb info to cache->sb already, remove it. Reviewed-by: Coly Li Signed-off-by: Yijing Wang --- drivers/md/bcache/super.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/md/bcache/super.c b/drivers/md/bcach