From: Christoph Lameter Date: Wed, 13 Jun 2012 15:24:58 +0000 (-0500) Subject: slab: Get rid of obj_size macro X-Git-Tag: v3.6-rc1~50^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c138bc00925521c4e764269db3a903bd2a51592;p=pandora-kernel.git slab: Get rid of obj_size macro The size of the slab object is frequently needed. Since we now have a size field directly in the kmem_cache structure there is no need anymore of the obj_size macro/function. Signed-off-by: Christoph Lameter Signed-off-by: Pekka Enberg --- Reading git-diff-tree failed