aboutsummaryrefslogtreecommitdiffstats
path: root/block
diff options
context:
space:
mode:
Diffstat (limited to 'block')
-rw-r--r--block/blk-cgroup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/block/blk-cgroup.c b/block/blk-cgroup.c
index 79fd9f4fadb7..34063739745b 100644
--- a/block/blk-cgroup.c
+++ b/block/blk-cgroup.c
@@ -1128,7 +1128,7 @@ void blkcg_policy_unregister(struct blkcg_policy *pol)
1128 1128
1129 /* kill the intf files first */ 1129 /* kill the intf files first */
1130 if (pol->cftypes) 1130 if (pol->cftypes)
1131 cgroup_rm_cftypes(&blkio_subsys, pol->cftypes); 1131 cgroup_rm_cftypes(pol->cftypes);
1132 1132
1133 /* unregister and update blkgs */ 1133 /* unregister and update blkgs */
1134 blkcg_policy[pol->plid] = NULL; 1134 blkcg_policy[pol->plid] = NULL;