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
- Lines: 18
- Date:
Tue Aug 7 00:18:00 2001
- Orig file:
v2.4.7/linux/mm/highmem.c
- Orig date:
Tue Jul 3 17:08:22 2001
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)