cgroup: convert cgroup_subsys flag fields to bool bitfields
[cascardo/linux.git] / kernel / cpuset.c
index 41989ab..9089983 100644 (file)
@@ -2089,7 +2089,7 @@ struct cgroup_subsys cpuset_cgrp_subsys = {
        .attach         = cpuset_attach,
        .bind           = cpuset_bind,
        .legacy_cftypes = files,
-       .early_init     = 1,
+       .early_init     = true,
 };
 
 /**