From: Christoph Lameter Date: Fri, 31 Aug 2007 06:56:26 +0000 (-0700) Subject: slub: do not fail if we cannot register a slab with sysfs X-Git-Tag: v2.6.23-rc5~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d540fb71552b9f2c542bea967200c48be2d8ef6;p=pandora-kernel.git slub: do not fail if we cannot register a slab with sysfs Do not BUG() if we cannot register a slab with sysfs. Just print an error. The only consequence of not registering is that the slab cache is not visible via /sys/slab. A BUG() may not be visible that early during boot and we have had multiple issues here already. Signed-off-by: Christoph Lameter Acked-by: David S. Miller Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed