|
@@ -136,10 +136,6 @@ void __init proc_root_init(void)
|
|
proc_symlink("mounts", NULL, "self/mounts");
|
|
proc_symlink("mounts", NULL, "self/mounts");
|
|
|
|
|
|
proc_net_init();
|
|
proc_net_init();
|
|
-
|
|
|
|
-#ifdef CONFIG_SYSVIPC
|
|
|
|
- proc_mkdir("sysvipc", NULL);
|
|
|
|
-#endif
|
|
|
|
proc_mkdir("fs", NULL);
|
|
proc_mkdir("fs", NULL);
|
|
proc_mkdir("driver", NULL);
|
|
proc_mkdir("driver", NULL);
|
|
proc_create_mount_point("fs/nfsd"); /* somewhere for the nfsd filesystem to be mounted */
|
|
proc_create_mount_point("fs/nfsd"); /* somewhere for the nfsd filesystem to be mounted */
|