Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753614AbeAFQTV (ORCPT + 1 other); Sat, 6 Jan 2018 11:19:21 -0500 Received: from mail-pl0-f52.google.com ([209.85.160.52]:36443 "EHLO mail-pl0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753397AbeAFQTT (ORCPT ); Sat, 6 Jan 2018 11:19:19 -0500 X-Google-Smtp-Source: ACJfBouyhQDfwKqhJyTvQXYc1rgDb3mg5TPkjuQNbIuMb9pScND/cflycU9KGBCskLNU01YE4ERQgw== Date: Sat, 6 Jan 2018 09:19:11 -0700 From: Jens Axboe To: Ming Lei Cc: Christoph Hellwig , Alexander Viro , Kent Overstreet , Huang Ying , linux-kernel@vger.kernel.org, linux-block@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-mm@kvack.org, Theodore Ts'o , "Darrick J . Wong" , Coly Li , Filipe Manana Subject: Re: [PATCH V4 15/45] block: rename bio_for_each_segment* with bio_for_each_page* Message-ID: <20180106161909.GA6343@kernel.dk> References: <20171218122247.3488-1-ming.lei@redhat.com> <20171218122247.3488-16-ming.lei@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171218122247.3488-16-ming.lei@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On Mon, Dec 18 2017, Ming Lei wrote: > It is a tree-wide mechanical replacement since both bio_for_each_segment() > and bio_for_each_segment_all() never returns real segment at all, and > both just return one page per bvec and deceive us for long time, so fix > their names. > > This is a pre-patch for supporting multipage bvec. Once multipage bvec > is in, each bvec will store a real multipage segment, so people won't be > confused with these wrong names. No, we're not doing this, it's a pretty pointless tree wide replacement with a fairly weak justification. -- Jens Axboe