diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2019-01-03 07:43:36 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2019-01-03 07:43:35 -0800 |
| commit | c9c3923eb4c7b8b265b13fb1ed235edc673eaf66 (patch) | |
| tree | 9a3c7bd8e4685c044e78e8972eca660c1ba0d361 /lib/debugobjects.c | |
| parent | f6f86a701c9cb219e76f10e8b66afd1e39d9a72f (diff) | |
| parent | 52be7fe1faa3ab55f76c8eddb9ce07b31720524d (diff) | |
Merge "Merge android-4.4.169 (dfca92b) into msm-4.4"
Diffstat (limited to 'lib/debugobjects.c')
| -rw-r--r-- | lib/debugobjects.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/debugobjects.c b/lib/debugobjects.c index 04e3bb84560e..7caa6ce8e2e2 100644 --- a/lib/debugobjects.c +++ b/lib/debugobjects.c @@ -1090,7 +1090,8 @@ void __init debug_objects_mem_init(void) obj_cache = kmem_cache_create("debug_objects_cache", sizeof (struct debug_obj), 0, - SLAB_DEBUG_OBJECTS, NULL); + SLAB_DEBUG_OBJECTS | SLAB_NOLEAKTRACE, + NULL); if (!obj_cache || debug_objects_replace_static_objects()) { debug_objects_enabled = 0; |
