Re: [PATCH 04/60] block: floppy: use bio_add_page()

2016-11-11 Thread Ming Lei
On Fri, Nov 11, 2016 at 3:35 AM, Christoph Hellwig wrote: > Hi Ming, > > any chance you could send out a series with the various bio_add_page > soon-ish? I'd really like to get all the good prep work in for No problem, will post out v1 later thanks, Ming Lei -- To

Re: [PATCH 04/60] block: floppy: use bio_add_page()

2016-11-10 Thread Christoph Hellwig
Hi Ming, any chance you could send out a series with the various bio_add_page soon-ish? I'd really like to get all the good prep work in for this merge window, so that we can look at the real multipage-bvec work for the next one. -- To unsubscribe from this list: send the line "unsubscribe

Re: [PATCH 04/60] block: floppy: use bio_add_page()

2016-10-31 Thread Ming Lei
On Mon, Oct 31, 2016 at 11:26 PM, Christoph Hellwig wrote: > Why not keep the bio_add_page in the same spot as direct assignments > were before? I just want to put adding page after setting bi_bdev. Thanks, Ming Lei -- To unsubscribe from this list: send the line

[PATCH 04/60] block: floppy: use bio_add_page()

2016-10-29 Thread Ming Lei
Signed-off-by: Ming Lei --- drivers/block/floppy.c | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/drivers/block/floppy.c b/drivers/block/floppy.c index cdc916a95137..999099d9509d 100644 --- a/drivers/block/floppy.c +++ b/drivers/block/floppy.c