]> Git Repo - linux.git/commit
slub: don't confuse ctor and dtor
authorHugh Dickins <[email protected]>
Wed, 16 May 2007 06:57:04 +0000 (23:57 -0700)
committerLinus Torvalds <[email protected]>
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 <[email protected]>
Cc: Christoph Lameter <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/slub.c
This page took 0.043086 seconds and 4 git commands to generate.