On Wed, 21 Mar 2007 17:42:22 +0200 (EET)
Pekka J Enberg <[EMAIL PROTECTED]> wrote:

> On Wed, 21 Mar 2007, Christoph Lameter wrote:
> > None of that please. The page flags already contain a node number that is 
> > accessible via page_to_nid(). Just make sure that we never put a slab onto 
> > the wrong node.
> 
> Oh well, here's a patch to find out. (I don't have a NUMA box.)
> 

This wont work, because of use_alien_caches knob.

If use_alien_caches is set to 0, your WARN_ON will trigger many false alarms

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to