From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bombadil.infradead.org ([198.137.202.9]:44113 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756795AbcDGUme (ORCPT ); Thu, 7 Apr 2016 16:42:34 -0400 Date: Thu, 7 Apr 2016 13:42:32 -0700 From: Christoph Hellwig To: Bob Peterson Cc: Christoph Hellwig , Dave Chinner , linux-fsdevel@vger.kernel.org, Jan Kara , Al Viro Subject: Re: [vfs PATCH v3 1/4] VFS: move iomap from exportfs.h to iomap.h Message-ID: <20160407204232.GA15509@infradead.org> References: <1457122300-28514-1-git-send-email-rpeterso@redhat.com> <1457122300-28514-2-git-send-email-rpeterso@redhat.com> <20160315072912.GE11669@infradead.org> <690524895.44280573.1459194784327.JavaMail.zimbra@redhat.com> <20160329074026.GD8568@infradead.org> <20160329222036.GD30721@dastard> <20160330064754.GA26251@infradead.org> <418716566.48892668.1460059115263.JavaMail.zimbra@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <418716566.48892668.1460059115263.JavaMail.zimbra@redhat.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Thu, Apr 07, 2016 at 03:58:35PM -0400, Bob Peterson wrote: > Sorry it's taken me a while to get back to you on this. I've been in fire-drill > mode way too long. Yes, your patches seem compatible with mine, with one > small exception, which I've adjusted for in the patch seen below, to > replace one of my previous patches. > > Also, I joined the xfs mailing list and saw you were considering pulling > some of my stuff in. I guess I don't care where it gets pulled in; I thought > Al's vfs tree made sense. > > I grabbed your iomap-related patches from the xfs set and applied them to > my copy of Al's VFS tree, added my GFS2 patches, and everything compiles. > I haven't tested it yet though. I've done some minor work to better integrate them, and I expect to finish off the integration by the nd of the week. I'll Cc you on the patch series.