Re: [BUG] 2.6.24-rc2-mm1 - kernel bug on nfs v4

From: Christoph Lameter
Date: Mon Nov 19 2007 - 17:50:20 EST


On Sun, 18 Nov 2007, root wrote:

> @@ -2155,6 +2155,7 @@ static struct kmem_cache_node *early_kme
> {
> struct page *page;
> struct kmem_cache_node *n;
> + unsigned long flags;
>
> BUG_ON(kmalloc_caches->size < sizeof(struct kmem_cache_node));
>

Well local_irq_save is a bit of an overkill. We know that interrupts are
enabled during this phase of the boot sequence.

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