From: Joonsoo Kim Date: Wed, 30 Oct 2013 10:04:00 +0000 (+0900) Subject: slab: fix to calm down kmemleak warning X-Git-Tag: v3.13-rc1~15^2~3^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0172f779e4314639a8ed440082cfe9e3450954e8;p=pandora-kernel.git slab: fix to calm down kmemleak warning After using struct page as slab management, we should not call kmemleak_scan_area(), since struct page isn't the tracking object of kmemleak. Without this patch and if CONFIG_DEBUG_KMEMLEAK is enabled, so many kmemleak warnings are printed. Signed-off-by: Joonsoo Kim Signed-off-by: Pekka Enberg --- Reading git-diff-tree failed