Re: [PATCH 3/3] split original if condition code in function bch_cache_set_alloc

2018-09-25 Thread Coly Li
On 9/25/18 4:41 PM, Dongbo Cao wrote: remove bch_cache_set_unregister because we have not registerd right now Signed-off-by: Dongbo Cao Hi Dongbo, This patch doesn't apply to for-next branch of my tree, could you please to rebase it ? (git://git.kernel.org/pub/scm/linux/kernel/git/coly

[PATCH 3/3] split original if condition code in function bch_cache_set_alloc

2018-09-25 Thread Dongbo Cao
remove bch_cache_set_unregister because we have not registerd right now Signed-off-by: Dongbo Cao --- drivers/md/bcache/super.c | 102 ++ 1 file changed, 82 insertions(+), 20 deletions(-) diff --git a/drivers/md/bcache/super.c b/drivers/md/bcache/super.c inde