From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from szxga06-in.huawei.com ([45.249.212.32]:40898 "EHLO huawei.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1753812AbeE1H3q (ORCPT ); Mon, 28 May 2018 03:29:46 -0400 Subject: Re: [RESEND PATCH V5 24/33] f2fs: conver to bio_for_each_page_all2 To: Ming Lei , Jens Axboe , "Christoph Hellwig" , Alexander Viro , "Kent Overstreet" CC: David Sterba , Huang Ying , , , , , Theodore Ts'o , "Darrick J . Wong" , Coly Li , Filipe Manana References: <20180525034621.31147-1-ming.lei@redhat.com> <20180525034621.31147-25-ming.lei@redhat.com> From: Chao Yu Message-ID: <5cb89f28-9f7d-7423-b0a0-2b217a406738@huawei.com> Date: Mon, 28 May 2018 15:29:38 +0800 MIME-Version: 1.0 In-Reply-To: <20180525034621.31147-25-ming.lei@redhat.com> Content-Type: text/plain; charset="windows-1252" Sender: linux-block-owner@vger.kernel.org List-Id: linux-block@vger.kernel.org On 2018/5/25 11:46, Ming Lei wrote: > bio_for_each_page_all() can't be used any more after multipage bvec is > enabled, so we have to convert to bio_for_each_page_all2(). > > Signed-off-by: Ming Lei Acked-by: Chao Yu Thanks,