Re: 2.6.14-rc1-git-now still dying in mm/slab - this time line 1849

From: Manfred Spraul
Date: Sat Sep 24 2005 - 07:54:22 EST


Alok Kataria wrote:


IMO the slab->nodeid field just lets us know to which nodes list3 is this slab attached, irrespective of the node from
which node the memory was got.

Correct. Otherwise the code wouldn't work on ia32 NUMAQ systems: They have the whole ZONE_NORMAL in node 0.
When a slab is allocated, it's assigned to the node that did the alloc, regardless of the physical location of the 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/