From: Feng Tang Date: Mon, 2 Jul 2012 06:29:10 +0000 (+0800) Subject: slab: Fix a typo in commit 8c138b "slab: Get rid of obj_size macro" X-Git-Tag: v3.6-rc1~50^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d97d476b1bb11e24268a6bac8214f9bc58716b45;p=pandora-kernel.git slab: Fix a typo in commit 8c138b "slab: Get rid of obj_size macro" Commit 8c138b only sits in Pekka's and linux-next tree now, which tries to replace obj_size(cachep) with cachep->object_size, but has a typo in kmem_cache_free() by using "size" instead of "object_size", which casues some regressions. Reported-and-tested-by: Fengguang Wu Signed-off-by: Feng Tang Cc: Christoph Lameter Acked-by: Glauber Costa Signed-off-by: Pekka Enberg --- Reading git-diff-tree failed