SLUB: after object padding only needed for Redzoning
authorChristoph Lameter <clameter@sgi.com>
Wed, 9 May 2007 09:32:36 +0000 (02:32 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 9 May 2007 19:30:44 +0000 (12:30 -0700)
commitbe7b3fbcef34452127bed93632b8e788f685d70e
treea2d1e80103982fd606390d4bb15131d1dd544b45
parent65c02d4cfbbd10188ded3d6577922ab034d943ba
SLUB: after object padding only needed for Redzoning

If no redzoning is selected then we do not need padding before the next
object.

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