patch-2.1.78 linux/fs/filesystems.c

Next file: linux/fs/hfs/COPYING
Previous file: linux/fs/fat/inode.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.77/linux/fs/filesystems.c linux/fs/filesystems.c
@@ -25,6 +25,7 @@
 #include <linux/romfs_fs.h>
 #include <linux/auto_fs.h>
 #include <linux/ntfs_fs.h>
+#include <linux/hfs_fs.h>
 #include <linux/major.h>
 #include <linux/smp.h>
 #include <linux/smp_lock.h>
@@ -112,6 +113,10 @@
 
 #ifdef CONFIG_NTFS_FS
 	init_ntfs_fs();
+#endif
+
+#ifdef CONFIG_HFS_FS
+	init_hfs_fs();
 #endif
 
 #ifdef CONFIG_AFFS_FS

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov