patch-2.3.46 linux/fs/filesystems.c

Next file: linux/fs/nfsd/nfs3xdr.c
Previous file: linux/fs/devfs/util.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.45/linux/fs/filesystems.c linux/fs/filesystems.c
@@ -14,6 +14,7 @@
 #include <linux/msdos_fs.h>
 #include <linux/umsdos_fs.h>
 #include <linux/proc_fs.h>
+#include <linux/devfs_fs_kernel.h>
 #include <linux/nfs_fs.h>
 #include <linux/iso_fs.h>
 #include <linux/sysv_fs.h>
@@ -85,6 +86,8 @@
 #ifdef CONFIG_PROC_FS
 	init_proc_fs();
 #endif
+
+	init_devfs_fs();  /*  Header file may make this empty  */
 
 #ifdef CONFIG_LOCKD
 	nlmxdr_init();

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)