Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S947788AbcJaWyk (ORCPT ); Mon, 31 Oct 2016 18:54:40 -0400 Received: from mail-ua0-f180.google.com ([209.85.217.180]:33633 "EHLO mail-ua0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S946090AbcJaWyi (ORCPT ); Mon, 31 Oct 2016 18:54:38 -0400 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: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 238 Lines: 8 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