X-Spam-Checker-Version: SpamAssassin 3.4.0-r929098 (2010-03-30) on oss.sgi.com X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.4.0-r929098 Received: from cuda.sgi.com (cuda3.sgi.com [192.48.176.15]) by oss.sgi.com (8.14.3/8.14.3/SuSE Linux 0.8) with ESMTP id o62EDDZh245785 for ; Fri, 2 Jul 2010 09:13:13 -0500 X-ASG-Debug-ID: 1278080160-2af103c60000-NocioJ X-Barracuda-URL: http://cuda.sgi.com:80/cgi-bin/mark.cgi Received: from bombadil.infradead.org (localhost [127.0.0.1]) by cuda.sgi.com (Spam Firewall) with ESMTP id 3A37A1E1EBDE; Fri, 2 Jul 2010 07:16:00 -0700 (PDT) Received: from bombadil.infradead.org (bombadil.infradead.org [18.85.46.34]) by cuda.sgi.com with ESMTP id QUwBaCE95eHoFY7F; Fri, 02 Jul 2010 07:16:00 -0700 (PDT) X-ASG-Whitelist: Client Received: from hch by bombadil.infradead.org with local (Exim 4.72 #1 (Red Hat Linux)) id 1OUh27-0002Ni-2U; Fri, 02 Jul 2010 14:15:59 +0000 Date: Fri, 2 Jul 2010 10:15:59 -0400 From: Christoph Hellwig To: Alex Elder Cc: Dave Chinner , Christoph Hellwig , xfs@oss.sgi.com, linux-kernel@vger.kernel.org X-ASG-Orig-Subj: Re: [PATCH 00/15] xfs: minimize DMAPI footprint Subject: Re: [PATCH 00/15] xfs: minimize DMAPI footprint Message-ID: <20100702141559.GA6259@infradead.org> References: <1277762653.2040.554.camel@doink> <20100629075734.GA31118@infradead.org> <20100630002043.GB24712@dastard> <1278079547.1876.82.camel@doink> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1278079547.1876.82.camel@doink> User-Agent: Mutt/1.5.20 (2009-08-17) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org See http://www.infradead.org/rpr.html X-Barracuda-Connect: bombadil.infradead.org[18.85.46.34] X-Barracuda-Start-Time: 1278080161 X-Barracuda-Virus-Scanned: by cuda.sgi.com at sgi.com X-Virus-Scanned: ClamAV version 0.94.2, clamav-milter version 0.94.2 on oss.sgi.com X-Virus-Status: Clean On Fri, Jul 02, 2010 at 09:05:47AM -0500, Alex Elder wrote: > Here is what I plan to do: > - Accept Christoph's "drop dmapi hooks" patch into the > XFS master branch. Once that's in, there's a huge > cascade of subsequent work that need to be pulled in > and I'll get those out there also. > - Work on creating a complete and working dmapi branch. > Once we've got a fairly well-integrated whole, I will > publish that branch on the XFS git tree. We will plan > to maintain that in parallel with the XFS master branch, > re-basing it on the master branch periodically. > - I'll make an announcement on the list about the > availability of the new branch. Thanks. I think I still have a few old patches for dmapi code from a few years ago that I can repost to simplify that code.