From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from [198.137.202.9] ([198.137.202.9]:55028 "EHLO bombadil.infradead.org" rhost-flags-FAIL-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1752147AbcCOHaB (ORCPT ); Tue, 15 Mar 2016 03:30:01 -0400 Date: Tue, 15 Mar 2016 00:29:12 -0700 From: Christoph Hellwig To: Bob Peterson Cc: linux-fsdevel@vger.kernel.org, Jan Kara , Al Viro , Dave Chinner , Christoph Hellwig Subject: Re: [vfs PATCH v3 1/4] VFS: move iomap from exportfs.h to iomap.h Message-ID: <20160315072912.GE11669@infradead.org> References: <1457122300-28514-1-git-send-email-rpeterso@redhat.com> <1457122300-28514-2-git-send-email-rpeterso@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1457122300-28514-2-git-send-email-rpeterso@redhat.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Fri, Mar 04, 2016 at 03:11:37PM -0500, Bob Peterson wrote: > This patch moves the iomap declares from its current location in > exportfs.h to a new iomap.h. This will facilitate future improvements > such as a more efficient fiemap for holey files. Hopefully it will > one day be used for multipage writes as well. Still not a plain move. This adds the fspriv member, but also reduces the size of length which will probably break pnfs exporting in some cases. I have done a plain move in this series: http://thread.gmane.org/gmane.comp.file-systems.xfs.general/73804 might make sense to grab this for both possible tree that could be used for the infrastructure.