Received: with ECARTIS (v1.0.0; list xfs); Sun, 20 Jan 2008 16:53:49 -0800 (PST) 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.6 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_43 autolearn=no version=3.3.0-r574664 Received: from larry.melbourne.sgi.com (larry.melbourne.sgi.com [134.14.52.130]) by oss.sgi.com (8.12.11.20060308/8.12.11/SuSE Linux 0.7) with SMTP id m0L0rhE1021457 for ; Sun, 20 Jan 2008 16:53:45 -0800 Received: from pc-bnaujok.melbourne.sgi.com (pc-bnaujok.melbourne.sgi.com [134.14.55.58]) by larry.melbourne.sgi.com (950413.SGI.8.6.12/950213.SGI.AUTOCF) via ESMTP id LAA19084; Mon, 21 Jan 2008 11:53:57 +1100 Date: Mon, 21 Jan 2008 11:54:18 +1100 To: "Eric Sandeen" Subject: Re: [REVIEW 2/2] Case insensitive support for XFS - user-space From: "Barry Naujok" Organization: SGI Cc: "xfs@oss.sgi.com" , xfs-dev Content-Type: text/plain; format=flowed; delsp=yes; charset=utf-8 MIME-Version: 1.0 References: <479118CF.1020302@sandeen.net> Message-ID: In-Reply-To: <479118CF.1020302@sandeen.net> User-Agent: Opera Mail/9.24 (Win32) X-Virus-Scanned: ClamAV 0.91.2/5504/Sun Jan 20 12:29:54 2008 on oss.sgi.com X-Virus-Status: Clean Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from Quoted-Printable to 8bit by oss.sgi.com id m0L0rlE1021475 X-archive-position: 14209 X-ecartis-version: Ecartis v1.0.0 Sender: xfs-bounce@oss.sgi.com Errors-to: xfs-bounce@oss.sgi.com X-original-sender: bnaujok@sgi.com Precedence: bulk X-list: xfs On Sat, 19 Jan 2008 08:23:27 +1100, Eric Sandeen wrote: > Barry Naujok wrote: >> This patch relies on the dinode.c refactoring patch posted recently. >> I have attached the latest version (with fixes pointed out by Chandan). > > So, new mkfs.xfs -h output says: > > /* naming */ [-n log=n|size=num,version=n,utf8=none|default|turkic] > > so I tried: > > mkfs.xfs -dfile,name=fsfile,size=500m -nutf8=none > > and got: > > Illegal value none for -n utf8 option Bad usage on my part. I have changed it to: /* naming */ [-n log=n|size=num,version=n,utf8[=default|turkic]] > (are there man page updates lurking somewhere? Pls also update > Documentation/filesystems/xfs.txt in the kernel) Yes, these are coming.