commit | be7b3fbcef34452127bed93632b8e788f685d70e | [log] [tgz] |
---|---|---|
author | Christoph Lameter <clameter@sgi.com> | Wed May 09 02:32:36 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Wed May 09 12:30:44 2007 -0700 |
tree | a2d1e80103982fd606390d4bb15131d1dd544b45 | |
parent | 65c02d4cfbbd10188ded3d6577922ab034d943ba [diff] |
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>