kernel/smp.c:on_each_cpu_cond(): fix warning in fallback path
[cascardo/linux.git] / kernel / sched / cpuacct.c
index 9cf350c..dd7cbb5 100644 (file)
@@ -278,6 +278,6 @@ void cpuacct_account_field(struct task_struct *p, int index, u64 val)
 struct cgroup_subsys cpuacct_cgrp_subsys = {
        .css_alloc      = cpuacct_css_alloc,
        .css_free       = cpuacct_css_free,
-       .base_cftypes   = files,
+       .legacy_cftypes = files,
        .early_init     = 1,
 };