patch-1.3.61 linux/fs/filesystems.c
Next file: linux/fs/locks.c
Previous file: linux/fs/fat/tables.c
Back to the patch index
Back to the overall index
- Lines: 39
- Date:
Fri Feb 9 06:48:50 1996
- Orig file:
v1.3.60/linux/fs/filesystems.c
- Orig date:
Wed Feb 7 15:11:31 1996
diff -u --recursive --new-file v1.3.60/linux/fs/filesystems.c linux/fs/filesystems.c
@@ -25,6 +25,7 @@
#include <linux/major.h>
extern void device_setup(void);
+extern void binfmt_setup(void);
#ifdef CONFIG_ROOT_NFS
extern int nfs_root_init(char *nfsname, char *nfsaddrs);
@@ -43,6 +44,8 @@
device_setup();
+ binfmt_setup();
+
#ifdef CONFIG_EXT_FS
init_ext_fs();
#endif
@@ -59,6 +62,10 @@
init_minix_fs();
#endif
+#ifdef CONFIG_UMSDOS_FS
+ init_umsdos_fs();
+#endif
+
#ifdef CONFIG_FAT_FS
init_fat_fs();
#endif
@@ -69,10 +76,6 @@
#ifdef CONFIG_VFAT_FS
init_vfat_fs();
-#endif
-
-#ifdef CONFIG_UMSDOS_FS
- init_umsdos_fs();
#endif
#ifdef CONFIG_PROC_FS
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this