blkcg: mark existing cftypes as legacy
[linux-2.6-block.git] / include / linux / blk-cgroup.h
index db89acd2a864cbd2f9e81f8d7735f3e077b61a8e..6e016e6fee872c770aa44316ab1cf13eb7d44286 100644 (file)
@@ -148,7 +148,7 @@ typedef void (blkcg_pol_reset_pd_stats_fn)(struct blkg_policy_data *pd);
 struct blkcg_policy {
        int                             plid;
        /* cgroup files for the policy */
-       struct cftype                   *cftypes;
+       struct cftype                   *legacy_cftypes;
 
        /* operations */
        blkcg_pol_alloc_cpd_fn          *cpd_alloc_fn;