commit | 1800782016fda6fbc9990a0227fec581070f23af | [log] [tgz] |
---|---|---|
author | Hugh Dickins <hugh@veritas.com> | Tue May 15 23:57:04 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Wed May 16 21:19:15 2007 -0700 |
tree | b920bd8d09b9ca5bed90ad4888044067b86053b4 | |
parent | 1abd727ed7abf5c19e7d1760671475cbecbccb0e [diff] |
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>