patch-2.4.13 linux/fs/proc/root.c
Next file: linux/fs/reiserfs/Makefile
Previous file: linux/fs/proc/proc_misc.c
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Sat Oct 20 19:14:42 2001
- Orig file:
v2.4.12/linux/fs/proc/root.c
- Orig date:
Wed May 16 18:05:34 2001
diff -u --recursive --new-file v2.4.12/linux/fs/proc/root.c linux/fs/proc/root.c
@@ -44,6 +44,10 @@
#ifdef CONFIG_SYSCTL
proc_sys_root = proc_mkdir("sys", 0);
#endif
+#if defined(CONFIG_BINFMT_MISC) || defined(CONFIG_BINFMT_MISC_MODULE)
+ proc_mkdir("sys/fs", 0);
+ proc_mkdir("sys/fs/binfmt_misc", 0);
+#endif
proc_root_fs = proc_mkdir("fs", 0);
proc_root_driver = proc_mkdir("driver", 0);
#if defined(CONFIG_SUN_OPENPROMFS) || defined(CONFIG_SUN_OPENPROMFS_MODULE)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)