Gitweb: http://git.kernel.org/linus/d29a2e943867bfa48f72ee6e99723a1b29fe6f7e Commit: d29a2e943867bfa48f72ee6e99723a1b29fe6f7e Parent: b80901bbf599553f483b9509f2dce416b938aae8 Author: Alan Cox <alan@lxorguk.ukuu.org.uk> AuthorDate: Fri Apr 17 12:22:35 2009 +0100 Committer: Linus Torvalds <torvalds@linux-foundation.org> CommitDate: Fri Apr 17 09:32:11 2009 -0700 vfat: Note the NLS requirement Close bug #4754. Stop people getting into a situation where they can't get their FAT filesystems to mount as they expect. Signed-off-by: Alan Cox <alan@lxorguk.ukuu.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> --- fs/fat/Kconfig | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/fs/fat/Kconfig b/fs/fat/Kconfig index d0a69ff..182f9ff 100644 --- a/fs/fat/Kconfig +++ b/fs/fat/Kconfig @@ -95,3 +95,6 @@ config FAT_DEFAULT_IOCHARSET Note that "utf8" is not recommended for FAT filesystems. If unsure, you shouldn't set "utf8" here. See <file:Documentation/filesystems/vfat.txt> for more information. + + Enable any character sets you need in File Systems/Native Language + Support. -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
