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

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