From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from verein.lst.de ([213.95.11.211]:54657 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751354AbeFDMFf (ORCPT ); Mon, 4 Jun 2018 08:05:35 -0400 Date: Mon, 4 Jun 2018 14:12:35 +0200 From: Christoph Hellwig To: Andreas =?iso-8859-1?Q?Gr=FCnbacher?= Cc: Christoph Hellwig , Andreas Gruenbacher , cluster-devel , Linux FS-devel Mailing List Subject: Re: [PATCH v6 4/9] iomap: Generic inline data handling Message-ID: <20180604121235.GA29675@lst.de> References: <20180602095717.31641-1-agruenba@redhat.com> <20180602095717.31641-5-agruenba@redhat.com> <20180602170429.GC15847@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Mon, Jun 04, 2018 at 02:02:10PM +0200, Andreas Gr�nbacher wrote: > For gfs2, passing a private pointer from iomap_begin to iomap_end (for > the buffer head holding the inode) would help as well, but it's not > critical. A private pointer is fine with me.