[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [patch] care about the age of the pte even if we are low on memory



Andrea Arcangeli wrote:
> @@ -54,7 +54,7 @@
>          * Dont be too eager to get aging right if
>          * memory is dangerously low.
>          */
> -       if (!low_on_memory && pte_young(pte)) {
> +       if (pte_young(pte)) {

Ouch - let's try to keep those comments up to date folks.  Good comments
are better than 
none, but out-of-date ones...

Neil
(ps: I realise of course that this is only your v1 patch Andrea;
undoubtedly we can expect another half a dozen versions over the next 48
hours, one of which will contain updated comments ;-)))
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://humbolt.geo.uu.nl/Linux-MM/