Re: [PATCH v3 0/8] block: prepare for multipage bvecs

2016-04-10 Thread Ming Lei
On Mon, Apr 4, 2016 at 2:56 PM, Ming Lei wrote: > Hi, > > Interests[1] have been shown in multipage bvecs, so this patchset > try to prepare for the support and do two things: > > 1) the 1st 4 patches use bvec iterator to implement iterate_bvec(), > then we can drop the non-standard way for iterat

[PATCH v3 0/8] block: prepare for multipage bvecs

2016-04-03 Thread Ming Lei
Hi, Interests[1] have been shown in multipage bvecs, so this patchset try to prepare for the support and do two things: 1) the 1st 4 patches use bvec iterator to implement iterate_bvec(), then we can drop the non-standard way for iterating bvec, which can be thought as a good cleanup for lib/iov_