From dcbd4ec4c258f88d4cfd3c309c8a56faff061340 Mon Sep 17 00:00:00 2001 From: Christoph Lameter Date: Fri, 6 Oct 2006 22:19:44 -0700 Subject: [PATCH] [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-format-patch failed