Re: [PATCH 10/12] vmscan: Update isolated page counters outside of main path in shrink_inactive_list()
From: Rik van Riel <hidden>
Date: 2010-06-14 19:42:56
Also in:
linux-fsdevel, lkml
From: Rik van Riel <hidden>
Date: 2010-06-14 19:42:56
Also in:
linux-fsdevel, lkml
On 06/14/2010 07:17 AM, Mel Gorman wrote:
When shrink_inactive_list() isolates pages, it updates a number of counters using temporary variables to gather them. These consume stack and it's in the main path that calls ->writepage(). This patch moves the accounting updates outside of the main path to reduce stack usage. Signed-off-by: Mel Gorman<redacted> Reviewed-by: Johannes Weiner<hannes@cmpxchg.org>
Acked-by: Rik van Riel <redacted> -- All rights reversed -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>