patch-2.0.34 linux/fs/filesystems.c
Next file: linux/fs/isofs/Makefile
Previous file: linux/fs/fat/tables.h
Back to the patch index
Back to the overall index
- Lines: 21
- Date:
Wed Jun 3 15:17:49 1998
- Orig file:
v2.0.33/linux/fs/filesystems.c
- Orig date:
Fri Sep 5 20:43:59 1997
diff -u --recursive --new-file v2.0.33/linux/fs/filesystems.c linux/fs/filesystems.c
@@ -9,6 +9,9 @@
#include <linux/config.h>
#include <linux/fs.h>
+#ifdef CONFIG_NLS
+#include <linux/nls.h>
+#endif
#include <linux/minix_fs.h>
#include <linux/ext_fs.h>
#include <linux/ext2_fs.h>
@@ -42,6 +45,10 @@
device_setup();
binfmt_setup();
+
+#ifdef CONFIG_NLS
+ init_nls();
+#endif
#ifdef CONFIG_EXT_FS
init_ext_fs();
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov