lkml.org 
[lkml]   [2004]   [Jun]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: Allow root to choose vfat policy to UTF8
From
Date
Arjan van de Ven <arjanv@redhat.com> writes:

> --- linux-2.6.7/fs/fat/inode.c~ 2004-06-24 11:20:43.941750760 +0200
> +++ linux-2.6.7/fs/fat/inode.c 2004-06-24 11:20:43.943750521 +0200
> @@ -499,9 +499,8 @@
> }
> /* UTF8 doesn't provide FAT semantics */
> if (!strcmp(opts->iocharset, "utf8")) {
> - printk(KERN_ERR "FAT: utf8 is not a valid IO charset"
> - " for FAT filesystems\n");
> - return -EINVAL;
> + printk(KERN_ERR "FAT: utf8 is not a recommended IO charset"
> + " for FAT filesystems, filesystem will be case sensitive!\n");
> }

Umm.. why don't use "iocharset=<xxx>,utf8" instead? This is less
unsatisfactory than it option.

Would we still need it? If we still need, I think patch should be applied.
--
OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:04    [W:0.132 / U:0.500 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site