Re: [Patch 3/3] prepopulate/cache cleared pages

From: Arjan van de Ven
Date: Thu Feb 23 2006 - 16:17:12 EST


On Thu, 2006-02-23 at 16:10 -0500, Chuck Ebbert wrote:
> > + if (pol->policy == MPOL_INTERLEAVE)
> > + current->cleared_page = alloc_page_interleave(
> > + GFP_HIGHUSER | __GFP_ZERO, 0, interleave_nodes(pol));
>
> ======> else ???
>
> > + current->cleared_page = __alloc_pages(GFP_USER | __GFP_ZERO,
> > + 0, zonelist_policy(GFP_USER, pol));
> > +}
> > +

good catch, thanks!
-
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/