patch-2.1.74 linux/fs/filesystems.c
Next file: linux/fs/lockd/mon.c
Previous file: linux/fs/Makefile
Back to the patch index
Back to the overall index
-  Lines: 19
-  Date:
Fri Dec 19 15:24:21 1997
-  Orig file: 
v2.1.73/linux/fs/filesystems.c
-  Orig date: 
Wed Nov 12 13:34:27 1997
diff -u --recursive --new-file v2.1.73/linux/fs/filesystems.c linux/fs/filesystems.c
@@ -24,6 +24,7 @@
 #include <linux/ufs_fs.h>
 #include <linux/romfs_fs.h>
 #include <linux/auto_fs.h>
+#include <linux/ntfs_fs.h>
 #include <linux/major.h>
 #include <linux/smp.h>
 #include <linux/smp_lock.h>
@@ -103,6 +104,10 @@
 
 #ifdef CONFIG_HPFS_FS
 	init_hpfs_fs();
+#endif
+
+#ifdef CONFIG_NTFS_FS
+	init_ntfs_fs();
 #endif
 
 #ifdef CONFIG_AFFS_FS
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov