diff --git a/mm/memcontrol.c b/mm/memcontrol.c index 1eb1a04f874cc9bf58b5f956251ab1c292b5256c..8ab1d42664fb2a48ef52894118e6b72fe52f0909 100644 --- a/mm/memcontrol.c +++ b/mm/memcontrol.c @@ -2145,6 +2145,8 @@ void mem_cgroup_split_huge_fixup(struct page *head, struct page *tail) struct page_cgroup *tail_pc = lookup_page_cgroup(tail); unsigned long flags; + if (mem_cgroup_disabled()) + return; /* * We have no races with charge/uncharge but will have races with * page state accounting.