]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] hfs: NLS support
authorRoman Zippel <zippel@linux-m68k.org>
Tue, 6 Sep 2005 22:18:49 +0000 (15:18 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 7 Sep 2005 23:57:50 +0000 (16:57 -0700)
commite827ede66eba64bddd64dd9c2f73d557c46e51f9
tree1e0cad4f422252a9c3add879cf847afbb9786cfe
parentc5e48b7be5ca769e06172602c8e5852f596b165e
[PATCH] hfs: NLS support

This adds NLS support to HFS.  Using the kernel options iocharset and codepage
it's possible to map the disk encoding to a local mapping.  If these options
are not used, it falls back to the old direct mapping.

Signed-off-by: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/hfs/catalog.c
fs/hfs/dir.c
fs/hfs/hfs.h
fs/hfs/hfs_fs.h
fs/hfs/inode.c
fs/hfs/mdb.c
fs/hfs/super.c
fs/hfs/trans.c