Merge branch 'for-3.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
[pandora-kernel.git] / include / linux / hugetlb_cgroup.h
index 787bba3..0129f89 100644 (file)
@@ -49,7 +49,7 @@ int set_hugetlb_cgroup(struct page *page, struct hugetlb_cgroup *h_cg)
 
 static inline bool hugetlb_cgroup_disabled(void)
 {
-       if (hugetlb_subsys.disabled)
+       if (hugetlb_cgrp_subsys.disabled)
                return true;
        return false;
 }