From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from verein.lst.de ([213.95.11.211]:33322 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726421AbfFYKAp (ORCPT ); Tue, 25 Jun 2019 06:00:45 -0400 Date: Tue, 25 Jun 2019 12:00:14 +0200 From: Christoph Hellwig Subject: Re: [PATCH 1/2] xfs: simplify xfs_chain_bio Message-ID: <20190625100014.GC1462@lst.de> References: <20190624134315.21307-1-hch@lst.de> <20190624134315.21307-2-hch@lst.de> <20190624161750.GR5387@magnolia> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190624161750.GR5387@magnolia> Sender: linux-xfs-owner@vger.kernel.org List-ID: List-Id: xfs To: "Darrick J. Wong" Cc: Christoph Hellwig , linux-xfs@vger.kernel.org, Stefan Priebe - Profihost AG On Mon, Jun 24, 2019 at 09:17:50AM -0700, Darrick J. Wong wrote: > On Mon, Jun 24, 2019 at 03:43:14PM +0200, Christoph Hellwig wrote: > > Move setting up operation and write hint to xfs_alloc_ioend, and > > then just copy over all needed information from the previous bio > > in xfs_chain_bio and stop passing various parameters to it. > > > > Signed-off-by: Christoph Hellwig > > Uh, is this the same patch with the same name in the previous series? Yes. See the cover letter for details.