Re: [PATCH v5 1/8] block: move bvec iterator into include/linux/bvec.h

2016-05-02 Thread Christoph Hellwig
Looks fine, Reviewed-by: Christoph Hellwig

[PATCH v5 1/8] block: move bvec iterator into include/linux/bvec.h

2016-04-17 Thread Ming Lei
bvec iterator helpers should be used to implement by iterate_bvec():lib/iov_iter.c too, and move them into one header, so that we can keep bvec iterator header out of CONFIG_BLOCK. Then we can remove the reinventing of wheel in iterate_bvec(). Signed-off-by: Ming Lei --- include/linux/bio.h | 5