From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH V5 4/8] block: move actual bio merge code into __elv_merge Date: Tue, 3 Oct 2017 02:16:34 -0700 Message-ID: <20171003091634.GB2771@infradead.org> References: <20170930112655.31451-1-ming.lei@redhat.com> <20170930112655.31451-5-ming.lei@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20170930112655.31451-5-ming.lei@redhat.com> Sender: linux-block-owner@vger.kernel.org To: Ming Lei Cc: Jens Axboe , linux-block@vger.kernel.org, Christoph Hellwig , Mike Snitzer , dm-devel@redhat.com, Bart Van Assche , Laurence Oberman , Paolo Valente , Oleksandr Natalenko , Tom Nguyen , linux-kernel@vger.kernel.org, Omar Sandoval List-Id: dm-devel.ids On Sat, Sep 30, 2017 at 07:26:51PM +0800, Ming Lei wrote: > So that we can reuse __elv_merge() to merge bio > into requests from sw queue in the following patches. > > No functional change. There are very few callers of elv_merge, just update the function with the new parameters instead of introducing __elv_merge.