SLUB: do not fail on broken memory configurations
authorChristoph Lameter <clameter@sgi.com>
Wed, 22 Aug 2007 21:01:57 +0000 (14:01 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 23 Aug 2007 02:52:47 +0000 (19:52 -0700)
commita2f92ee7e704440995cf5474f4cc7b268bf380e0
tree8c51ce70ddf96f0a16eccb85f7883c33e143f34e
parent9e86943b6c74f214ce0516d56e55636d52252e19
SLUB: do not fail on broken memory configurations

Print a big fat warning and do what is necessary to continue if a node is
marked as up (meaning either node is online (upstream) or node has memory
(Andrew's tree)) but allocations from the node do not succeed.

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