Re: [PATCH] nommu: fix kobjsize() for SLOB and SLUB

From: Christoph Lameter
Date: Thu May 22 2008 - 20:05:16 EST


On Fri, 23 May 2008, Paul Mundt wrote:

> Ah, so it does. In that case, we still need to kill off the page->index
> BUG_ON() bits, while PageCompound() will take care of the compound order
> bits that the page->index shifting seems to have been trying to
> implement, the BUG_ON() will still trigger for PAGE_SIZE page cache
> pages.

Yes. I have no idea what the page->index check does there. The compound
page order is not stored in the index field.

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