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

From: Wu Fengguang
Date: Tue May 19 2009 - 06:33:45 EST


On Tue, May 19, 2009 at 06:18:33PM +0800, Johannes Weiner wrote:
> 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?

Ah, sorry, that's a handy debugging knob ;)
--
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/