From: Ezequiel Garcia Date: Fri, 19 Oct 2012 12:33:12 +0000 (-0300) Subject: mm/sl[aou]b: Move common kmem_cache_size() to slab.h X-Git-Tag: v3.8-rc1~62^2^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=242860a47a75b933a79a30f6a40bf4858f4a3ecc;p=pandora-kernel.git mm/sl[aou]b: Move common kmem_cache_size() to slab.h This function is identically defined in all three allocators and it's trivial to move it to slab.h Since now it's static, inline, header-defined function this patch also drops the EXPORT_SYMBOL tag. Cc: Pekka Enberg Cc: Matt Mackall Acked-by: Christoph Lameter Signed-off-by: Ezequiel Garcia Signed-off-by: Pekka Enberg --- Reading git-diff-tree failed