Re: [RFC/PATCH v2] mm: Introduce GFP_PANIC for non-failingallocations

From: Christoph Lameter
Date: Fri May 08 2009 - 10:44:36 EST


On Fri, 8 May 2009, Pekka Enberg wrote:

> show_mem();
> }
> + if (unlikely(gfp_mask & GFP_PANIC))

(gfp_mask & GFP_PANIC) == GFP_PANIC please. Otherwise any one of the bits
alone will cause a panic.

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