slab: fix to calm down kmemleak warning
authorJoonsoo Kim <iamjoonsoo.kim@lge.com>
Wed, 30 Oct 2013 10:04:00 +0000 (19:04 +0900)
committerPekka Enberg <penberg@iki.fi>
Wed, 30 Oct 2013 12:08:52 +0000 (14:08 +0200)
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 <iamjoonsoo.kim@lge.com>
Signed-off-by: Pekka Enberg <penberg@iki.fi>

No differences found