patch-2.1.120 linux/fs/filesystems.c

Next file: linux/fs/hpfs/hpfs_fs.c
Previous file: linux/fs/exec.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.119/linux/fs/filesystems.c linux/fs/filesystems.c
@@ -24,6 +24,7 @@
 #include <linux/ufs_fs.h>
 #include <linux/romfs_fs.h>
 #include <linux/auto_fs.h>
+#include <linux/qnx4_fs.h>
 #include <linux/ntfs_fs.h>
 #include <linux/hfs_fs.h>
 #include <linux/devpts_fs.h>
@@ -148,6 +149,10 @@
 	init_devpts_fs();
 #endif
 
+#ifdef CONFIG_QNX4FS_FS
+	init_qnx4_fs();
+#endif
+   
 #ifdef CONFIG_NLS
 	init_nls();
 #endif

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov