Re: [PATCH] SLAB - have index_of bug at compile time.

From: Manfred Spraul
Date: Mon Dec 26 2005 - 11:39:54 EST


Steven wrote:

So I'm going through ever line of code and examining it
thoroughly, when I find something that could be improved

Try to find a kfree implementation that doesn't need virt_to_page(). This is a big restriction of the current implementation: It's in the hot path, but the operation is only fast on simple systems, not on numa systems without a big memory map.
And it makes it impossible to use vmalloc memory as the basis for slabs, or to use slab for io memory.

--
Manfred

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