Re: [PATCH v2] vmscan: prevent background aging of anon page in noswap system

From: Rik van Riel
Date: Thu Sep 02 2010 - 11:17:21 EST


On 09/02/2010 11:12 AM, Minchan Kim wrote:

+ /*
+ * If we don't have enough swap space, anonymous page deactivation
+ * is pointless.
+ */
+ if (!nr_swap_pages)
+ return 0;

It may be better to test !total_swap_pages and change the
comment to:

/*
* If we don't have swap space, anonymous page deactivation
* is pointless.
*/

--
All rights reversed
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/