patch-2.1.93 linux/fs/filesystems.c

Next file: linux/fs/hfs/super.c
Previous file: linux/fs/fat/inode.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.92/linux/fs/filesystems.c linux/fs/filesystems.c
@@ -26,6 +26,7 @@
 #include <linux/auto_fs.h>
 #include <linux/ntfs_fs.h>
 #include <linux/hfs_fs.h>
+#include <linux/devpts_fs.h>
 #include <linux/major.h>
 #include <linux/smp.h>
 #include <linux/smp_lock.h>
@@ -137,6 +138,10 @@
 
 #ifdef CONFIG_ADFS_FS
 	init_adfs_fs();
+#endif
+
+#ifdef CONFIG_DEVPTS_FS
+	init_devpts_fs();
 #endif
 
 #ifdef CONFIG_NLS

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