| Kernel v2.4.16 /drivers/md/md.c |
|---|
 2.4.16
 drivers
 md
 md.c
diff -Nur linux-2.4.15/drivers/md/md.c linux/drivers/md/md.c
--- linux-2.4.15/drivers/md/md.c Thu Oct 25 18:58:34 2001
+++ linux/drivers/md/md.c Sat Nov 24 16:22:06 2001
@@ -3398,7 +3398,7 @@
/*
* Tune reconstruction:
*/
- window = MAX_READAHEAD*(PAGE_SIZE/512);
+ window = vm_max_readahead*(PAGE_SIZE/512);
printk(KERN_INFO "md: using %dk window, over a total of %d blocks.\n",
window/2,max_sectors/2);
|