Re: [PATCH 2/3] slub: record page flag overlays explicitly

From: Christoph Lameter
Date: Thu May 15 2008 - 13:29:27 EST


On Thu, 15 May 2008, Andy Whitcroft wrote:

> SLUB reuses two page bits for internal purposes, it overlays PG_active
> and PG_error. This is hidden away in slub.c. Document these overlays
> explicitly in the main page-flags enum along with all the others.

Hmmm.. Add the definitions also to page-flags.h?

SLABFLAG(Frozen, PG_active)
SLABFLAG(Debug, PG_error)
?

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