From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: MIME-Version: 1.0 In-Reply-To: <20161031152616.GB30919@infradead.org> References: <1477728600-12938-1-git-send-email-tom.leiming@gmail.com> <1477728600-12938-5-git-send-email-tom.leiming@gmail.com> <20161031152616.GB30919@infradead.org> From: Ming Lei Date: Tue, 1 Nov 2016 06:54:36 +0800 Message-ID: Subject: Re: [PATCH 04/60] block: floppy: use bio_add_page() To: Christoph Hellwig Cc: Jens Axboe , Linux Kernel Mailing List , linux-block , Linux FS Devel , "Kirill A . Shutemov" , Jiri Kosina , Mike Christie , Hannes Reinecke , Dan Williams Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: 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