patch-2.2.11 linux/fs/filesystems.c
Next file: linux/fs/inode.c
Previous file: linux/fs/fat/misc.c
Back to the patch index
Back to the overall index
-  Lines: 19
-  Date:
Mon Aug  9 12:04:41 1999
-  Orig file: 
v2.2.10/linux/fs/filesystems.c
-  Orig date: 
Sun Sep  6 12:55:38 1998
diff -u --recursive --new-file v2.2.10/linux/fs/filesystems.c linux/fs/filesystems.c
@@ -22,6 +22,7 @@
 #include <linux/ncp_fs.h>
 #include <linux/affs_fs.h>
 #include <linux/ufs_fs.h>
+#include <linux/efs_fs.h>
 #include <linux/romfs_fs.h>
 #include <linux/auto_fs.h>
 #include <linux/qnx4_fs.h>
@@ -127,6 +128,10 @@
 
 #ifdef CONFIG_UFS_FS
 	init_ufs_fs();
+#endif
+
+#ifdef CONFIG_EFS_FS
+	init_efs_fs();
 #endif
 
 #ifdef CONFIG_AUTOFS_FS
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)