commit | 0172f779e4314639a8ed440082cfe9e3450954e8 | [log] [tgz] |
---|---|---|
author | Joonsoo Kim <iamjoonsoo.kim@lge.com> | Wed Oct 30 19:04:00 2013 +0900 |
committer | Pekka Enberg <penberg@iki.fi> | Wed Oct 30 14:08:52 2013 +0200 |
tree | 48115e3a18009a192e124fca81454778ef6b35ef | |
parent | e7444d9b7d49898a667074122bed2dcedf349305 [diff] |
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 <iamjoonsoo.kim@lge.com> Signed-off-by: Pekka Enberg <penberg@iki.fi>