Re: [PATCH] Allocate memory cgroup structures in local nodes v2 II

From: Andi Kleen
Date: Wed May 04 2011 - 18:11:30 EST


> alloc_pages_exact_node takes an order, not a size argument.
>
> alloc_pages_exact_node returns a pointer to the struct page, not to
> the allocated memory, like all other alloc_pages* functions with the
> exception of alloc_pages_exact.

In addition to all of this it's also not exact, but just a normal
order of two allocation.

-Andi
--
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/