patch-1.3.94 linux/fs/filesystems.c
Next file: linux/fs/minix/truncate.c
Previous file: linux/fs/affs/symlink.c
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Mon Apr 22 10:59:39 1996
- Orig file:
v1.3.93/linux/fs/filesystems.c
- Orig date:
Sat Mar 9 13:31:43 1996
diff -u --recursive --new-file v1.3.93/linux/fs/filesystems.c linux/fs/filesystems.c
@@ -22,6 +22,7 @@
#include <linux/hpfs_fs.h>
#include <linux/smb_fs.h>
#include <linux/ncp_fs.h>
+#include <linux/ufs_fs.h>
#include <linux/major.h>
extern void device_setup(void);
@@ -98,6 +99,10 @@
#ifdef CONFIG_HPFS_FS
init_hpfs_fs();
+#endif
+
+#ifdef CONFIG_UFS_FS
+ init_ufs_fs();
#endif
mount_root();
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