On Sat, 19 Jan 2008 08:23:27 +1100, Eric Sandeen <sandeen@xxxxxxxxxxx>
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.
|