SLUB: clean up krealloc
authorChristoph Lameter <clameter@sgi.com>
Wed, 9 May 2007 09:32:38 +0000 (02:32 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 9 May 2007 19:30:45 +0000 (12:30 -0700)
commit1f99a283dc13b167b93b2e453a30782955f165c2
tree85960206f9b5757680b768d6900c60928f1c2117
parentabcd08a6f564171ffa05bc77d1c2ba4cfa949653
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>
mm/slub.c