From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Date: Wed, 26 Jun 2019 14:55:25 +0200 Subject: [Cluster-devel] [PATCH 2/2] fs: fold __generic_write_end back into generic_write_end In-Reply-To: <20190626120333.13310-2-agruenba@redhat.com> References: <20190626120333.13310-1-agruenba@redhat.com> <20190626120333.13310-2-agruenba@redhat.com> Message-ID: <20190626125525.GC4744@lst.de> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Wed, Jun 26, 2019 at 02:03:33PM +0200, Andreas Gruenbacher wrote: > From: Christoph Hellwig > > This effectively reverts a6d639da63ae ("fs: factor out a > __generic_write_end helper") as we now open code what is left of that > helper in iomap. > > Signed-off-by: Christoph Hellwig And this one needs an additional signoff from you as it went through your hands.. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from verein.lst.de ([213.95.11.211]:42928 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726778AbfFZMz4 (ORCPT ); Wed, 26 Jun 2019 08:55:56 -0400 Date: Wed, 26 Jun 2019 14:55:25 +0200 From: Christoph Hellwig Subject: Re: [PATCH 2/2] fs: fold __generic_write_end back into generic_write_end Message-ID: <20190626125525.GC4744@lst.de> References: <20190626120333.13310-1-agruenba@redhat.com> <20190626120333.13310-2-agruenba@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190626120333.13310-2-agruenba@redhat.com> Sender: linux-xfs-owner@vger.kernel.org List-ID: List-Id: xfs To: Andreas Gruenbacher Cc: Christoph Hellwig , linux-fsdevel@vger.kernel.org, cluster-devel@redhat.com, linux-xfs@vger.kernel.org On Wed, Jun 26, 2019 at 02:03:33PM +0200, Andreas Gruenbacher wrote: > From: Christoph Hellwig > > This effectively reverts a6d639da63ae ("fs: factor out a > __generic_write_end helper") as we now open code what is left of that > helper in iomap. > > Signed-off-by: Christoph Hellwig And this one needs an additional signoff from you as it went through your hands..