patch-2.4.16 linux/include/linux/sysctl.h

Next file: linux/kernel/sysctl.c
Previous file: linux/include/linux/raid/md_k.h
Back to the patch index
Back to the overall index

diff -Nur linux-2.4.15/include/linux/sysctl.h linux/include/linux/sysctl.h
@@ -139,7 +139,9 @@
 	VM_PAGECACHE=7,		/* struct: Set cache memory thresholds */
 	VM_PAGERDAEMON=8,	/* struct: Control kswapd behaviour */
 	VM_PGT_CACHE=9,		/* struct: Set page table cache parameters */
-	VM_PAGE_CLUSTER=10	/* int: set number of pages to swap together */
+	VM_PAGE_CLUSTER=10,	/* int: set number of pages to swap together */
+       VM_MIN_READAHEAD=12,    /* Min file readahead */
+       VM_MAX_READAHEAD=13     /* Max file readahead */
 };
 
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)