patch-1.3.60 linux/kernel/sysctl.c

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

diff -u --recursive --new-file v1.3.59/linux/kernel/sysctl.c linux/kernel/sysctl.c
@@ -121,6 +121,8 @@
 	 &swap_control, sizeof(swap_control_t), 0600, NULL, &proc_dointvec},
 	{VM_KSWAPD, "kswapd", 
 	 &kswapd_ctl, sizeof(kswapd_ctl), 0600, NULL, &proc_dointvec},
+	{VM_FREEPG, "freepages", 
+	 &min_free_pages, 3*sizeof(int), 0600, NULL, &proc_dointvec},
 	{0}
 };
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this