aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memcontrol.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/memcontrol.c')
-rw-r--r--mm/memcontrol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/memcontrol.c b/mm/memcontrol.c
index 095c1f96fbec..3c2a1a8286ac 100644
--- a/mm/memcontrol.c
+++ b/mm/memcontrol.c
@@ -352,7 +352,7 @@ struct mem_cgroup {
352}; 352};
353 353
354#ifdef CONFIG_MEMCG_KMEM 354#ifdef CONFIG_MEMCG_KMEM
355static bool memcg_kmem_is_active(struct mem_cgroup *memcg) 355bool memcg_kmem_is_active(struct mem_cgroup *memcg)
356{ 356{
357 return memcg->kmemcg_id >= 0; 357 return memcg->kmemcg_id >= 0;
358} 358}