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
- Lines: 19
- Date:
Sun Jan 4 10:41:52 1998
- Orig file:
v2.1.77/linux/fs/filesystems.c
- Orig date:
Sun Dec 21 22:36:16 1997
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