patch-2.3.35 linux/mm/vmscan.c
Next file: linux/net/Config.in
Previous file: linux/mm/bootmem.c
Back to the patch index
Back to the overall index
- Lines: 8
- Date:
Mon Dec 20 21:59:45 1999
- Orig file:
v2.3.34/linux/mm/vmscan.c
- Orig date:
Tue Dec 7 09:32:52 1999
diff -u --recursive --new-file v2.3.34/linux/mm/vmscan.c linux/mm/vmscan.c
@@ -97,6 +97,7 @@
* some real work in the future in "shrink_mmap()".
*/
if (!pte_dirty(pte)) {
+ flush_cache_page(vma, address);
pte_clear(page_table);
goto drop_pte;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)