patch-2.1.132 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
-  Lines: 9
-  Date:
Sun Dec 20 05:51:07 1998
-  Orig file: 
v2.1.131/linux/kernel/sysctl.c
-  Orig date: 
Fri Nov 27 13:09:30 1998
diff -u --recursive --new-file v2.1.131/linux/kernel/sysctl.c linux/kernel/sysctl.c
@@ -216,6 +216,8 @@
 	 &pager_daemon, sizeof(pager_daemon_t), 0644, NULL, &proc_dointvec},
 	{VM_PGT_CACHE, "pagetable_cache", 
 	 &pgt_cache_water, 2*sizeof(int), 0600, NULL, &proc_dointvec},
+	{VM_PAGE_CLUSTER, "page-cluster", 
+	 &page_cluster, 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