From d97d476b1bb11e24268a6bac8214f9bc58716b45 Mon Sep 17 00:00:00 2001 From: Feng Tang Date: Mon, 2 Jul 2012 14:29:10 +0800 Subject: [PATCH] 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-format-patch failed