diff options
Diffstat (limited to 'block')
-rw-r--r-- | block/blk-cgroup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block/blk-cgroup.c b/block/blk-cgroup.c index 63c3cd454d1e..5cfbc723041c 100644 --- a/block/blk-cgroup.c +++ b/block/blk-cgroup.c | |||
@@ -924,7 +924,7 @@ struct cgroup_subsys blkio_cgrp_subsys = { | |||
924 | .css_offline = blkcg_css_offline, | 924 | .css_offline = blkcg_css_offline, |
925 | .css_free = blkcg_css_free, | 925 | .css_free = blkcg_css_free, |
926 | .can_attach = blkcg_can_attach, | 926 | .can_attach = blkcg_can_attach, |
927 | .base_cftypes = blkcg_files, | 927 | .legacy_cftypes = blkcg_files, |
928 | #ifdef CONFIG_MEMCG | 928 | #ifdef CONFIG_MEMCG |
929 | /* | 929 | /* |
930 | * This ensures that, if available, memcg is automatically enabled | 930 | * This ensures that, if available, memcg is automatically enabled |