[PATCH] slab: remove wrongly placed BUG_ON
authorChristoph Lameter <clameter@sgi.com>
Sat, 7 Oct 2006 05:19:44 +0000 (22:19 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 7 Oct 2006 17:51:14 +0000 (10:51 -0700)
commitdcbd4ec4c258f88d4cfd3c309c8a56faff061340
treebad0bb2821f1c2759b709ff29c592f14078ede95
parentada26d41e9ee1da31d11957b4452f4227a292e10
[PATCH] slab: remove wrongly placed BUG_ON

Init list is called with a list parameter that is not equal to the
cachep->nodelists entry under NUMA if more than one node exists.  This is
fully legitimatei.  One may want to populate the list fields before
switching nodelist pointers.

Signed-off-by: Christoph Lameter <clameter@sgi.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
mm/slab.c