From: =?UTF-8?Q?Andreas_Gr=C3=BCnbacher?= Subject: Re: [PATCH 1/6] fs: factor out a __generic_write_end helper Date: Wed, 6 Jun 2018 13:09:09 +0200 Message-ID: References: <20180606104033.4947-1-hch@lst.de> <20180606104033.4947-2-hch@lst.de> <20180606105906.GA11821@lst.de> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Cc: cluster-devel , linux-xfs@vger.kernel.org, Linux FS-devel Mailing List , Dan Williams , linux-ext4@vger.kernel.org To: Christoph Hellwig Return-path: In-Reply-To: <20180606105906.GA11821@lst.de> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: cluster-devel-bounces@redhat.com Errors-To: cluster-devel-bounces@redhat.com List-Id: linux-ext4.vger.kernel.org 2018-06-06 12:59 GMT+02:00 Christoph Hellwig : > On Wed, Jun 06, 2018 at 12:40:28PM +0200, Christoph Hellwig wrote: >> Bits of the buffer.c based write_end implementations that don't know >> about buffer_heads and can be reused by other implementations. >> >> Signed-off-by: Christoph Hellwig > > This actually already had two reviews: > > Reviewed-by: Brian Foster > Reviewed-by: Darrick J. Wong > > That got lost through the detour via gfs2. And one by me which has been dropped this time around, but I suppose it doesn't matter. Andreas