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

2016-07-01 Thread wangyijing
在 2016/7/1 12:24, Coly Li 写道: > 在 16/7/1 上午10:09, wangyijing 写道: >> >> >> 在 2016/6/29 18:20, Coly Li 写道: >>> 在 16/6/22 上午10:10, Yijing Wang 写道: Cache_sb is not used in cache_alloc, and we have copied sb info to cache->sb already, remove it. Signed-off-by: Yijing Wang

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

2016-07-01 Thread wangyijing
在 2016/7/1 12:24, Coly Li 写道: > 在 16/7/1 上午10:09, wangyijing 写道: >> >> >> 在 2016/6/29 18:20, Coly Li 写道: >>> 在 16/6/22 上午10:10, Yijing Wang 写道: Cache_sb is not used in cache_alloc, and we have copied sb info to cache->sb already, remove it. Signed-off-by: Yijing Wang

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

2016-06-30 Thread Coly Li
在 16/7/1 上午10:09, wangyijing 写道: > > > 在 2016/6/29 18:20, Coly Li 写道: >> 在 16/6/22 上午10:10, Yijing Wang 写道: >>> Cache_sb is not used in cache_alloc, and we have copied >>> sb info to cache->sb already, remove it. >>> >>> Signed-off-by: Yijing Wang >>> --- >>>

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

2016-06-30 Thread Coly Li
在 16/7/1 上午10:09, wangyijing 写道: > > > 在 2016/6/29 18:20, Coly Li 写道: >> 在 16/6/22 上午10:10, Yijing Wang 写道: >>> Cache_sb is not used in cache_alloc, and we have copied >>> sb info to cache->sb already, remove it. >>> >>> Signed-off-by: Yijing Wang >>> --- >>> drivers/md/bcache/super.c |4

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

2016-06-30 Thread wangyijing
在 2016/6/29 18:20, Coly Li 写道: > 在 16/6/22 上午10:10, Yijing Wang 写道: >> Cache_sb is not used in cache_alloc, and we have copied >> sb info to cache->sb already, remove it. >> >> Signed-off-by: Yijing Wang >> --- >> drivers/md/bcache/super.c |4 ++-- >> 1 files

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

2016-06-30 Thread wangyijing
在 2016/6/29 18:20, Coly Li 写道: > 在 16/6/22 上午10:10, Yijing Wang 写道: >> Cache_sb is not used in cache_alloc, and we have copied >> sb info to cache->sb already, remove it. >> >> Signed-off-by: Yijing Wang >> --- >> drivers/md/bcache/super.c |4 ++-- >> 1 files changed, 2 insertions(+), 2

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

2016-06-29 Thread Coly Li
在 16/6/22 上午10:10, Yijing Wang 写道: > Cache_sb is not used in cache_alloc, and we have copied > sb info to cache->sb already, remove it. > > Signed-off-by: Yijing Wang > --- > drivers/md/bcache/super.c |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >

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

2016-06-29 Thread Coly Li
在 16/6/22 上午10:10, Yijing Wang 写道: > Cache_sb is not used in cache_alloc, and we have copied > sb info to cache->sb already, remove it. > > Signed-off-by: Yijing Wang > --- > drivers/md/bcache/super.c |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git

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

2016-06-21 Thread Yijing Wang
Cache_sb is not used in cache_alloc, and we have copied sb info to cache->sb already, remove it. 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

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

2016-06-21 Thread Yijing Wang
Cache_sb is not used in cache_alloc, and we have copied sb info to cache->sb already, remove it. 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/bcache/super.c index