patch-2.3.35 linux/fs/filesystems.c
Next file: linux/fs/openpromfs/Makefile
Previous file: linux/fs/ext2/super.c
Back to the patch index
Back to the overall index
-  Lines: 30
-  Date:
Mon Dec 27 16:04:11 1999
-  Orig file: 
v2.3.34/linux/fs/filesystems.c
-  Orig date: 
Tue Dec  7 09:32:47 1999
diff -u --recursive --new-file v2.3.34/linux/fs/filesystems.c linux/fs/filesystems.c
@@ -32,6 +32,7 @@
 #include <linux/devpts_fs.h>
 #include <linux/bfs_fs.h>
 #include <linux/adfs_fs.h>
+#include <linux/openprom_fs.h>
 #include <linux/major.h>
 #include <linux/smp.h>
 #include <linux/smp_lock.h>
@@ -53,10 +54,6 @@
 
 void __init filesystem_setup(void)
 {
-#ifdef CONFIG_EXT2_FS
-	init_ext2_fs();
-#endif
-
 #ifdef CONFIG_MINIX_FS
 	init_minix_fs();
 #endif
@@ -159,6 +156,10 @@
 
 #ifdef CONFIG_BFS_FS
 	init_bfs_fs();
+#endif
+
+#ifdef CONFIG_SUN_OPENPROMFS
+	init_openprom_fs();
 #endif
    
 #ifdef CONFIG_NLS
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)