commit | 1abd727ed7abf5c19e7d1760671475cbecbccb0e | [log] [tgz] |
---|---|---|
author | Christoph Lameter <clameter@sgi.com> | Tue May 15 23:57:03 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Wed May 16 21:19:15 2007 -0700 |
tree | 0ec7364ea4171a39bdd00c6f140ec31a0602ca58 | |
parent | faab83bbcd9e001077e42a7c085f1e871997647f [diff] |
SLUB: It is legit to allocate a slab of the maximum permitted size Sorry I screwed up the comparison. It is only an error if we attempt to allocate a slab larger than the maximum allowed size. 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>