Received: with ECARTIS (v1.0.0; list xfs); Sat, 28 Jun 2008 12:51:11 -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=-2.2 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 m5SJp8ac012389 for ; Sat, 28 Jun 2008 12:51:08 -0700 X-ASG-Debug-ID: 1214682729-73a101fc0000-NocioJ X-Barracuda-URL: http://cuda.sgi.com:80/cgi-bin/mark.cgi Received: from sandeen.net (localhost [127.0.0.1]) by cuda.sgi.com (Spam Firewall) with ESMTP id 60E6212376DB for ; Sat, 28 Jun 2008 12:52:09 -0700 (PDT) Received: from sandeen.net (sandeen.net [209.173.210.139]) by cuda.sgi.com with ESMTP id KlLhRKRkRDFoppP7 for ; Sat, 28 Jun 2008 12:52:09 -0700 (PDT) Received: from liberator.sandeen.net (liberator.sandeen.net [10.0.0.4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by sandeen.net (Postfix) with ESMTP id 09C9CAC6274; Sat, 28 Jun 2008 14:52:09 -0500 (CDT) Message-ID: <48669668.4060204@sandeen.net> Date: Sat, 28 Jun 2008 14:52:08 -0500 From: Eric Sandeen User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: Christoph Hellwig CC: markgw@sgi.com, xfs@oss.sgi.com X-ASG-Orig-Subj: Re: rfc: kill ino64 mount option Subject: Re: rfc: kill ino64 mount option References: <20080627153928.GA31384@lst.de> <20080628000914.GE29319@disturbed> <486589E7.9010705@sgi.com> <4865BEAB.4030108@sandeen.net> <20080628152540.GB22484@lst.de> In-Reply-To: <20080628152540.GB22484@lst.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Barracuda-Connect: sandeen.net[209.173.210.139] X-Barracuda-Start-Time: 1214682730 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.54608 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: 16641 X-ecartis-version: Ecartis v1.0.0 Sender: xfs-bounce@oss.sgi.com Errors-to: xfs-bounce@oss.sgi.com X-original-sender: sandeen@sandeen.net Precedence: bulk X-list: xfs Christoph Hellwig wrote: > On Fri, Jun 27, 2008 at 11:31:39PM -0500, Eric Sandeen wrote: >> I guess I'm ambivalent too, is it really that invasive? Maybe 10, 15 >> lines of code looks like? > > Currently it's implemented by adding m_inoadd surrounded by an > #if XFS_BIG_INUMS. This can be cleaned up by adding a helper ala > > xfs_ino_t xfs_user_ino(struct xfs_mount *mp, xfs_ino_t ino); > > but I don't really see the point as the option seems quite useless. But > if others thing the option is worth keeping around I'll do the helper > instead. Well, to be honest i've never even enabled it :) how much does xfsqa use it? I guess I don't really care if it goes. -Eric