Received: with ECARTIS (v1.0.0; list xfs); Sun, 29 Jun 2008 16:14:02 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.0-r574664 (2007-09-11) on oss.sgi.com X-Spam-Level: X-Spam-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.0-r574664 Received: from cuda.sgi.com (cuda1.sgi.com [192.48.168.28]) by oss.sgi.com (8.12.11.20060308/8.12.11/SuSE Linux 0.7) with ESMTP id m5TNDqj1031804 for ; Sun, 29 Jun 2008 16:13:53 -0700 X-ASG-Debug-ID: 1214781294-653c00380000-NocioJ X-Barracuda-URL: http://cuda.sgi.com:80/cgi-bin/mark.cgi Received: from postoffice2.aconex.com (localhost [127.0.0.1]) by cuda.sgi.com (Spam Firewall) with ESMTP id 4B588D6F159 for ; Sun, 29 Jun 2008 16:14:54 -0700 (PDT) Received: from postoffice2.aconex.com (prod.aconex.com [203.89.192.138]) by cuda.sgi.com with ESMTP id KrpGqnWRHCba23gW for ; Sun, 29 Jun 2008 16:14:54 -0700 (PDT) Received: from postoffice.aconex.com (localhost [127.0.0.1]) by postoffice2.aconex.com (Spam Firewall) with ESMTP id 7D6332B12EA; Mon, 30 Jun 2008 09:14:47 +1000 (EST) Received: from postoffice.aconex.com (postoffice.yarra.acx [192.168.3.1]) by postoffice2.aconex.com with ESMTP id 49L7m3h9QQpyp2hW; Mon, 30 Jun 2008 09:14:47 +1000 (EST) Received: from [192.168.5.24] (unknown [203.89.192.141]) by postoffice.aconex.com (Postfix) with ESMTP id 727C292C2EB; Mon, 30 Jun 2008 09:14:47 +1000 (EST) X-ASG-Orig-Subj: Re: rfc: kill ino64 mount option Subject: Re: rfc: kill ino64 mount option From: Nathan Scott To: Christoph Hellwig Cc: xfs@oss.sgi.com In-Reply-To: <20080628152303.GA22484@lst.de> References: <20080627153928.GA31384@lst.de> <20080628000914.GE29319@disturbed> <20080628152303.GA22484@lst.de> Content-Type: text/plain Date: Mon, 30 Jun 2008 09:13:34 +1000 Message-Id: <1214781214.4609.1.camel@verge.scott.net.au> Mime-Version: 1.0 X-Mailer: Evolution 2.22.2 Content-Transfer-Encoding: 7bit X-Barracuda-Connect: prod.aconex.com[203.89.192.138] X-Barracuda-Start-Time: 1214781295 X-Barracuda-Bayes: INNOCENT GLOBAL 0.0000 1.0000 -2.0210 X-Barracuda-Virus-Scanned: by cuda.sgi.com at sgi.com X-Barracuda-Spam-Score: -2.02 X-Barracuda-Spam-Status: No, SCORE=-2.02 using per-user scores of TAG_LEVEL=2.0 QUARANTINE_LEVEL=1000.0 KILL_LEVEL=2.1 tests= X-Barracuda-Spam-Report: Code version 3.1, rules version 3.1.54715 Rule breakdown below pts rule name description ---- ---------------------- -------------------------------------------------- X-Virus-Scanned: ClamAV 0.91.2/6021/Wed Feb 27 15:55:48 2008 on oss.sgi.com X-Virus-Status: Clean X-archive-position: 16647 X-ecartis-version: Ecartis v1.0.0 Sender: xfs-bounce@oss.sgi.com Errors-to: xfs-bounce@oss.sgi.com X-original-sender: nscott@aconex.com Precedence: bulk X-list: xfs On Sat, 2008-06-28 at 17:23 +0200, Christoph Hellwig wrote: > On Sat, Jun 28, 2008 at 10:09:14AM +1000, Dave Chinner wrote: > > On Fri, Jun 27, 2008 at 05:39:28PM +0200, Christoph Hellwig wrote: > > > Does anyone have objections to kill the ino64 mount option? It's purely > > > a debug tool to force inode numbers outside of the range representable > > > in 32bits and is quite invasive for something that could easily be > > > debugged by just having a large enough filesystem.. > > > > It's the "large enough fs" that is the problem. XFSQA uses > > small partitions for the most part, and this allows testing > > of 64 bit inode numbers with a standard qa config. > > Well, it allows showing 64bit inode numbers to userspace. All XFS > internal codepathes are still using the smaller inode numbers and we > only add a fixed offset to them just before the inode number is returned > to userspace. I'd vote for removing it - I've used it in the past, and it didn't do what I wanted (its not really useful for XFS testing) and the confusion it causes with inode64 is not worth it. cheers. -- Nathan