patch-2.4.8 linux/mm/highmem.c

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

diff -u --recursive --new-file v2.4.7/linux/mm/highmem.c linux/mm/highmem.c
@@ -309,7 +309,7 @@
 	 * No luck. First, kick the VM so it doesnt idle around while
 	 * we are using up our emergency rations.
 	 */
-	wakeup_bdflush(0);
+	wakeup_bdflush();
 
 	/*
 	 * Try to allocate from the emergency pool.
@@ -347,7 +347,7 @@
 	 * No luck. First, kick the VM so it doesnt idle around while
 	 * we are using up our emergency rations.
 	 */
-	wakeup_bdflush(0);
+	wakeup_bdflush();
 
 	/*
 	 * Try to allocate from the emergency pool.

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