From 1800782016fda6fbc9990a0227fec581070f23af Mon Sep 17 00:00:00 2001 From: Hugh Dickins Date: Tue, 15 May 2007 23:57:04 -0700 Subject: [PATCH] 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 Cc: Christoph Lameter Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-format-patch failed