]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
slub: don't confuse ctor and dtor
authorHugh Dickins <hugh@veritas.com>
Wed, 16 May 2007 06:57:04 +0000 (23:57 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 17 May 2007 04:19:15 +0000 (21:19 -0700)
commit1800782016fda6fbc9990a0227fec581070f23af
treeb920bd8d09b9ca5bed90ad4888044067b86053b4
parent1abd727ed7abf5c19e7d1760671475cbecbccb0e
slub: don't confuse ctor and dtor

kmem_cache_create() was swapping ctor and dtor in calling find_mergeable():
though it caused no bug, and probably never would, even if destructors are
retained; but fix it so as not to generate anxiety ;)

Signed-off-by: Hugh Dickins <hugh@veritas.com>
Cc: 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