Re: [PATCH v1 07/54] bcache: comment on direct access to bvec table

2016-12-30 Thread Coly Li
On 2016/12/27 下午11:55, Ming Lei wrote: > Looks all are safe after multipage bvec is supported. > > Signed-off-by: Ming Lei > --- > drivers/md/bcache/btree.c | 1 + > drivers/md/bcache/super.c | 6 ++ > drivers/md/bcache/util.c | 7 +++ > 3 files changed, 14 insertions(+) > > diff --git

[PATCH v1 07/54] bcache: comment on direct access to bvec table

2016-12-27 Thread Ming Lei
Looks all are safe after multipage bvec is supported. Signed-off-by: Ming Lei --- drivers/md/bcache/btree.c | 1 + drivers/md/bcache/super.c | 6 ++ drivers/md/bcache/util.c | 7 +++ 3 files changed, 14 insertions(+) diff --git a/drivers/md/bcache/btree.c b/drivers/md/bcache/btree.c in