patch-2.1.33 linux/kernel/sysctl.c
Next file: linux/mm/vmscan.c
Previous file: linux/kernel/sys.c
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Tue Apr 8 09:43:01 1997
- Orig file:
v2.1.32/linux/kernel/sysctl.c
- Orig date:
Mon Apr 7 11:35:32 1997
diff -u --recursive --new-file v2.1.32/linux/kernel/sysctl.c linux/kernel/sysctl.c
@@ -183,10 +183,6 @@
static ctl_table vm_table[] = {
{VM_SWAPCTL, "swapctl",
&swap_control, sizeof(swap_control_t), 0600, NULL, &proc_dointvec},
- {VM_KSWAPD, "kswapd",
- &kswapd_ctl, sizeof(kswapd_ctl), 0600, NULL, &proc_dointvec},
- {VM_SWAPOUT, "kswapd-interval",
- &swapout_interval, sizeof(int), 0600, NULL, &proc_dointvec},
{VM_FREEPG, "freepages",
&min_free_pages, 3*sizeof(int), 0600, NULL, &proc_dointvec},
{VM_BDFLUSH, "bdflush", &bdf_prm, 9*sizeof(int), 0600, NULL,
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov