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 (cuda1.sgi.com [192.48.157.11]) by oss.sgi.com (8.14.3/8.14.3/SuSE Linux 0.8) with ESMTP id p2SCWmxm166398 for ; Mon, 28 Mar 2011 07:32:48 -0500 X-ASG-Debug-ID: 1301315757-3f3703200000-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 53A6312B35C7; Mon, 28 Mar 2011 05:35:58 -0700 (PDT) Received: from bombadil.infradead.org (bombadil.infradead.org [18.85.46.34]) by cuda.sgi.com with ESMTP id oPekSGdTDm9yB9vI; Mon, 28 Mar 2011 05:35:58 -0700 (PDT) X-ASG-Whitelist: Client X-ASG-Whitelist: Barracuda Reputation Received: from hch by bombadil.infradead.org with local (Exim 4.72 #1 (Red Hat Linux)) id 1Q4Bfp-0002xf-Io; Mon, 28 Mar 2011 12:35:57 +0000 Date: Mon, 28 Mar 2011 08:35:57 -0400 From: Christoph Hellwig To: Alex Elder Cc: Christoph Hellwig , xfs@oss.sgi.com X-ASG-Orig-Subj: Re: [PATCH 5/6] xfs: add online discard support Subject: Re: [PATCH 5/6] xfs: add online discard support Message-ID: <20110328123557.GA11382@infradead.org> References: <20110322195550.260682574@bombadil.infradead.org> <20110322200138.024991786@bombadil.infradead.org> <1301087092.2537.691.camel@doink> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1301087092.2537.691.camel@doink> User-Agent: Mutt/1.5.21 (2010-09-15) 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: 1301315758 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, Mar 25, 2011 at 04:04:52PM -0500, Alex Elder wrote: > This one looks good overall. How about adding > documentation to Documentation/filesystems/xfs.txt > to describe the new mount options? I've added it.