patch-2.3.14 linux/mm/vmscan.c
Next file: linux/net/802/fddi.c
Previous file: linux/mm/page_io.c
Back to the patch index
Back to the overall index
- Lines: 12
- Date:
Mon Aug 16 17:54:49 1999
- Orig file:
v2.3.13/linux/mm/vmscan.c
- Orig date:
Mon Aug 9 14:59:23 1999
diff -u --recursive --new-file v2.3.13/linux/mm/vmscan.c linux/mm/vmscan.c
@@ -50,10 +50,7 @@
if (pte_val(pte) != pte_val(*page_table))
goto out_failed_unlock;
- /*
- * Dont be too eager to get aging right if
- * memory is dangerously low.
- */
+ /* Don't look at this pte if it's been accessed recently. */
if (pte_young(pte)) {
/*
* Transfer the "accessed" bit from the page
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)