Looks good. Reviewed-by: Shaun Gosse <sgosse@xxxxxxx> Thanks again, -Shaun -----Original Message----- From: xfs-bounces@xxxxxxxxxxx [mailto:xfs-bounces@xxxxxxxxxxx] On Behalf Of Zachary Kotlarek Sent: Wednesday, January 15, 2014 11:23 AM To: xfs@xxxxxxxxxxx Cc: Zachary Kotlarek Subject: [PATCH] Add a warning about non-ASCII filenames in ASCII-CI mode --- man/man8/mkfs.xfs.8 | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/man/man8/mkfs.xfs.8 b/man/man8/mkfs.xfs.8 index 8184e10..e1c5cf7 100644 --- a/man/man8/mkfs.xfs.8 +++ b/man/man8/mkfs.xfs.8 @@ -513,9 +513,11 @@ any power of 2 size from the filesystem block size up to 65536. .IP The .B version=ci -option enables ASCII only case-insensitive filename lookup and version +option enables ASCII-only case-insensitive filename lookup and version 2 directories. Filenames are case-preserving, that is, the names -are stored in directories using the case they were created with. +are stored in directories using the case they were created with. In +this mode non-ASCII file and directory names are not supported and are +likely to become inaccessible if used. .IP Note: Version 1 directories are not supported. .TP -- 1.7.2.3 _______________________________________________ xfs mailing list xfs@xxxxxxxxxxx http://oss.sgi.com/mailman/listinfo/xfs _______________________________________________ xfs mailing list xfs@xxxxxxxxxxx http://oss.sgi.com/mailman/listinfo/xfs