Re: [PATCH 00/10] block: cleanup on direct access to bvec table(prepare for multipage bvec)

2018-01-06 Thread Jens Axboe
On Sat, Jan 06 2018, Ming Lei wrote: > On Fri, Jan 05, 2018 at 12:02:10PM -0700, Jens Axboe wrote: > > On 12/8/17 6:13 AM, Ming Lei wrote: > > > Hi, > > > > > > This patchse cleans up most of direct access to bvec table in tree, and > > > these patches are the follow-up of patch1 ~ 16 in the

Re: [PATCH 00/10] block: cleanup on direct access to bvec table(prepare for multipage bvec)

2018-01-06 Thread Ming Lei
On Fri, Jan 05, 2018 at 12:02:10PM -0700, Jens Axboe wrote: > On 12/8/17 6:13 AM, Ming Lei wrote: > > Hi, > > > > This patchse cleans up most of direct access to bvec table in tree, and > > these patches are the follow-up of patch1 ~ 16 in the patchset of 'block: > > support multipage

Re: [PATCH 00/10] block: cleanup on direct access to bvec table(prepare for multipage bvec)

2017-12-13 Thread Ming Lei
On Tue, Dec 12, 2017 at 05:18:44PM +0800, Ming Lei wrote: > On Mon, Dec 11, 2017 at 11:57:38PM -0800, Christoph Hellwig wrote: > > Most of this looks sane, but I'd really like to see it in context > > of the actual multipage bvec patches. Do you have an updated branch > > on top of these? > > I

Re: [PATCH 00/10] block: cleanup on direct access to bvec table(prepare for multipage bvec)

2017-12-12 Thread Ming Lei
On Mon, Dec 11, 2017 at 11:57:38PM -0800, Christoph Hellwig wrote: > Most of this looks sane, but I'd really like to see it in context > of the actual multipage bvec patches. Do you have an updated branch > on top of these? I will post it out soon after addressing some of last comments. Thanks,

Re: [PATCH 00/10] block: cleanup on direct access to bvec table(prepare for multipage bvec)

2017-12-11 Thread Christoph Hellwig
Most of this looks sane, but I'd really like to see it in context of the actual multipage bvec patches. Do you have an updated branch on top of these?

[PATCH 00/10] block: cleanup on direct access to bvec table(prepare for multipage bvec)

2017-12-08 Thread Ming Lei
Hi, This patchse cleans up most of direct access to bvec table in tree, and these patches are the follow-up of patch1 ~ 16 in the patchset of 'block: support multipage bvec(V3)'[1]. Changes against [1]: 1) split the cleanup patches from [1] 2) address comments from Christoph: -