Re: [PATCH v3 33/49] bcache: convert to bio_for_each_segment_all_sp()

2017-08-08 Thread Coly Li
On 2017/8/8 下午4:45, Ming Lei wrote: > Cc: linux-bca...@vger.kernel.org > Signed-off-by: Ming Lei The patch is good to me. Thanks. Acked-by: Coly Li > --- > drivers/md/bcache/btree.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git

Re: [PATCH v3 33/49] bcache: convert to bio_for_each_segment_all_sp()

2017-08-08 Thread Coly Li
On 2017/8/8 下午4:45, Ming Lei wrote: > Cc: linux-bca...@vger.kernel.org > Signed-off-by: Ming Lei The patch is good to me. Thanks. Acked-by: Coly Li > --- > drivers/md/bcache/btree.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/drivers/md/bcache/btree.c

[PATCH v3 33/49] bcache: convert to bio_for_each_segment_all_sp()

2017-08-08 Thread Ming Lei
Cc: linux-bca...@vger.kernel.org Signed-off-by: Ming Lei --- drivers/md/bcache/btree.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/md/bcache/btree.c b/drivers/md/bcache/btree.c index 3da595ae565b..74cbb7387dc5 100644 ---

[PATCH v3 33/49] bcache: convert to bio_for_each_segment_all_sp()

2017-08-08 Thread Ming Lei
Cc: linux-bca...@vger.kernel.org Signed-off-by: Ming Lei --- drivers/md/bcache/btree.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/md/bcache/btree.c b/drivers/md/bcache/btree.c index 3da595ae565b..74cbb7387dc5 100644 --- a/drivers/md/bcache/btree.c +++