commit | a2f92ee7e704440995cf5474f4cc7b268bf380e0 | [log] [tgz] |
---|---|---|
author | Christoph Lameter <clameter@sgi.com> | Wed Aug 22 14:01:57 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Wed Aug 22 19:52:47 2007 -0700 |
tree | 8c51ce70ddf96f0a16eccb85f7883c33e143f34e | |
parent | 9e86943b6c74f214ce0516d56e55636d52252e19 [diff] |
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>