From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bombadil.infradead.org ([65.50.211.133]:59015 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751195AbdJCJQh (ORCPT ); Tue, 3 Oct 2017 05:16:37 -0400 Date: Tue, 3 Oct 2017 02:16:34 -0700 From: Christoph Hellwig 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 Subject: Re: [PATCH V5 4/8] block: move actual bio merge code into __elv_merge 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 In-Reply-To: <20170930112655.31451-5-ming.lei@redhat.com> Sender: linux-block-owner@vger.kernel.org List-Id: linux-block@vger.kernel.org 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.