summaryrefslogtreecommitdiffstats
path: root/fs/filesystems.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/filesystems.c')
-rw-r--r--fs/filesystems.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/filesystems.c b/fs/filesystems.c
index 74016aa67..004ee0aff 100644
--- a/fs/filesystems.c
+++ b/fs/filesystems.c
@@ -8,6 +8,7 @@
#include <linux/config.h>
#include <linux/fs.h>
+#include <linux/nametrans.h>
#include <linux/minix_fs.h>
#include <linux/ext2_fs.h>
@@ -44,6 +45,10 @@ __initfunc(static void do_sys_setup(void))
binfmt_setup();
+#ifdef CONFIG_TRANS_NAMES
+ init_nametrans();
+#endif
+
#ifdef CONFIG_EXT2_FS
init_ext2_fs();
#endif