From: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
To: Arjan van de Ven <arjanv@redhat.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Allow root to choose vfat policy to UTF8
Date: Thu, 24 Jun 2004 23:39:00 +0900 [thread overview]
Message-ID: <87n02tkol7.fsf@devron.myhome.or.jp> (raw)
In-Reply-To: <20040624073858.GA17435@devserv.devel.redhat.com>
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>
prev parent reply other threads:[~2004-06-24 14:39 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-06-24 7:38 Allow root to choose vfat policy to UTF8 Arjan van de Ven
2004-06-24 14:39 ` OGAWA Hirofumi [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87n02tkol7.fsf@devron.myhome.or.jp \
--to=hirofumi@mail.parknet.co.jp \
--cc=arjanv@redhat.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.