NACK.
The effect that this patch will have is that __GFP_ZERO is passed through
to the page allocator which will needlessly zero pages. GFP_LEVEL_MASK is
used to filter out the flags that are to be passed to the page allocator.
__GFP_ZERO is not passed on but handled by the slab allocators.
-