Re: [PATCH] xip: fix get_zeroed_page with __GFP_HIGHMEM

From: Carsten Otte
Date: Mon Jan 07 2008 - 03:59:27 EST


Akinobu Mita wrote:
The use of get_zeroed_page() with __GFP_HIGHMEM is invalid.
Use alloc_page() with __GFP_ZERO instead of invalid get_zeroed_page().
*Ouch*

Acked-by: Carsten Otte <cotte@xxxxxxxxxx>
--
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/