Re: [PATCH] slab: fix offslab_limit in calculate_slab_order (Was:Slab corruption in 2.6.16-rc5-mm2)

From: Linus Torvalds
Date: Tue Mar 07 2006 - 12:10:57 EST




On Tue, 7 Mar 2006, Pekka J Enberg wrote:
>
> No you're not, it's broken. However, I think you're forgetting to reset
> cachep->num when we go over MAX_GFP_ORDER, no?

No, we only ever set "cachep->num" for something that we've decided is
valid.

"gfporder" can never be > MAX_GFP_ORDER inside the loop, because we just
iterate between 0..MAX_GFP_ORDER.

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