Re: [PATCH 3/3] vmscan: merge duplicate code in shrink_active_list()

From: Johannes Weiner
Date: Tue May 19 2009 - 06:19:02 EST


On Tue, May 19, 2009 at 10:43:16AM +0800, Wu Fengguang wrote:
> @@ -1283,6 +1319,7 @@ static void shrink_active_list(unsigned
> * are ignored, since JVM can create lots of anon
> * VM_EXEC pages.
> */
> + if (page_cluster)
> if ((vm_flags & VM_EXEC) && !PageAnon(page)) {
> list_add(&page->lru, &l_active);
> continue;

Huh, what's with that hunk?
--
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/