patch-2.1.75 linux/kernel/sysctl.c

Next file: linux/mm/filemap.c
Previous file: linux/kernel/printk.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.74/linux/kernel/sysctl.c linux/kernel/sysctl.c
@@ -160,12 +160,6 @@
 	{KERN_REALROOTDEV, "real-root-dev", &real_root_dev, sizeof(int),
 	 0644, NULL, &proc_dointvec},
 #endif
-#ifdef CONFIG_ROOT_NFS
-	{KERN_NFSRNAME, "nfs-root-name", nfs_root_name, NFS_ROOT_NAME_LEN,
-	 0644, NULL, &proc_dostring, &sysctl_string },
-	{KERN_NFSRADDRS, "nfs-root-addrs", nfs_root_addrs, NFS_ROOT_ADDRS_LEN,
-	 0644, NULL, &proc_dostring, &sysctl_string },
-#endif
 #ifdef CONFIG_BINFMT_JAVA
 	{KERN_JAVA_INTERPRETER, "java-interpreter", binfmt_java_interpreter,
 	 64, 0644, NULL, &proc_dostring, &sysctl_string },

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