[PATCH,trivial] hfs needs nls

From: Lennert Buytenhek
Date: Sat Oct 29 2005 - 10:36:02 EST


Reported by Eddy Petrisor (eddy dot petrisor at gmail dot com).

fs/built-in.o(.text+0x35fdc): In function `hfs_mdb_put':
: undefined reference to `unload_nls'
fs/built-in.o(.text+0x35ff1): In function `hfs_mdb_put':
: undefined reference to `unload_nls'
fs/built-in.o(.text+0x367a5): In function `parse_options':
super.c: undefined reference to `load_nls'
fs/built-in.o(.text+0x367db):super.c: undefined reference to `load_nls'
fs/built-in.o(.text+0x36938):super.c: undefined reference to `load_nls_default'

Signed-off-by: Lennert Buytenhek <buytenh@xxxxxxxxxxxxxx>

--- linux-2.6.14/fs/Kconfig.orig 2005-10-29 17:32:35.000000000 +0200
+++ linux-2.6.14/fs/Kconfig 2005-10-29 17:32:52.000000000 +0200
@@ -898,6 +898,7 @@
config HFS_FS
tristate "Apple Macintosh file system support (EXPERIMENTAL)"
depends on EXPERIMENTAL
+ select NLS
help
If you say Y here, you will be able to mount Macintosh-formatted
floppy disks and hard drive partitions with full read-write access.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/