patch-2.1.21 linux/fs/filesystems.c
Next file: linux/fs/isofs/inode.c
Previous file: linux/fs/fat/fatfs_syms.c
Back to the patch index
Back to the overall index
- Lines: 49
- Date:
Tue Jan 14 12:59:10 1997
- Orig file:
v2.1.20/linux/fs/filesystems.c
- Orig date:
Thu Apr 25 12:32:39 1996
diff -u --recursive --new-file v2.1.20/linux/fs/filesystems.c linux/fs/filesystems.c
@@ -10,9 +10,7 @@
#include <linux/fs.h>
#include <linux/minix_fs.h>
-#include <linux/ext_fs.h>
#include <linux/ext2_fs.h>
-#include <linux/xia_fs.h>
#include <linux/msdos_fs.h>
#include <linux/umsdos_fs.h>
#include <linux/proc_fs.h>
@@ -24,6 +22,7 @@
#include <linux/ncp_fs.h>
#include <linux/affs_fs.h>
#include <linux/ufs_fs.h>
+#include <linux/romfs_fs.h>
#include <linux/major.h>
extern void device_setup(void);
@@ -42,18 +41,10 @@
binfmt_setup();
-#ifdef CONFIG_EXT_FS
- init_ext_fs();
-#endif
-
#ifdef CONFIG_EXT2_FS
init_ext2_fs();
#endif
-#ifdef CONFIG_XIA_FS
- init_xiafs_fs();
-#endif
-
#ifdef CONFIG_MINIX_FS
init_minix_fs();
#endif
@@ -110,6 +101,11 @@
init_ufs_fs();
#endif
+#ifdef CONFIG_ROMFS_FS
+ init_romfs_fs();
+#endif
+
mount_root();
return 0;
}
+
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov