commit | 1f99a283dc13b167b93b2e453a30782955f165c2 | [log] [tgz] |
---|---|---|
author | Christoph Lameter <clameter@sgi.com> | Wed May 09 02:32:38 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Wed May 09 12:30:45 2007 -0700 |
tree | 85960206f9b5757680b768d6900c60928f1c2117 | |
parent | abcd08a6f564171ffa05bc77d1c2ba4cfa949653 [diff] |
SLUB: clean up krealloc We really do not need all this gaga there. ksize gives us all the information we need to figure out if the object can cope with the new 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>