X-Spam-Checker-Version: SpamAssassin 3.3.0-rupdated (updated) on oss.sgi.com X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.0-rupdated Received: from cuda.sgi.com (cuda3.sgi.com [192.48.176.15]) by oss.sgi.com (8.12.11.20060308/8.12.11/SuSE Linux 0.7) with ESMTP id mB3AsMlF011152 for ; Wed, 3 Dec 2008 04:54:23 -0600 X-ASG-Debug-ID: 1228301662-3d9c01f70000-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 67C9C1B8B5D1 for ; Wed, 3 Dec 2008 02:54:22 -0800 (PST) Received: from bombadil.infradead.org (bombadil.infradead.org [18.85.46.34]) by cuda.sgi.com with ESMTP id csSXivfu6zHKAJQ5 for ; Wed, 03 Dec 2008 02:54:22 -0800 (PST) X-ASG-Whitelist: Client Received: from hch by bombadil.infradead.org with local (Exim 4.68 #1 (Red Hat Linux)) id 1L7pMd-00050p-LG; Wed, 03 Dec 2008 10:53:51 +0000 Date: Wed, 3 Dec 2008 05:53:51 -0500 From: Christoph Hellwig To: Christoph Hellwig , xfs@oss.sgi.com X-ASG-Orig-Subj: Re: [patch 05/22] cleanup the inode reclaim path Subject: Re: [patch 05/22] cleanup the inode reclaim path Message-ID: <20081203105351.GJ15485@infradead.org> References: <20081202160430.775774000@bombadil.infradead.org> <20081202160650.198364000@bombadil.infradead.org> <20081203022950.GD18236@disturbed> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081203022950.GD18236@disturbed> User-Agent: Mutt/1.5.18 (2008-05-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: 1228301662 X-Barracuda-Virus-Scanned: by cuda.sgi.com at sgi.com On Wed, Dec 03, 2008 at 01:29:50PM +1100, Dave Chinner wrote: > On Tue, Dec 02, 2008 at 11:04:35AM -0500, Christoph Hellwig wrote: > > Merge xfs_iextract and xfs_idestory into xfs_ireclaim as they are never > xfs_idestroy > > called individually. Also rewrite most comments in this area as they > > were serverly out of date. > severely Thanks, updated the comments.