X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=block%2Fblk-cgroup.c;h=0480892e97e501807a7f14f843eb549719f33c81;hb=3bee1970b32d0c9d1ce986df4b4b58e5e8185c80;hp=7c2947128f5813a677a0361eddcd277b5946d03e;hpb=5612ac83b9d7a32a7f2967d9f6f97e7f3428dfd2;p=karo-tx-linux.git diff --git a/block/blk-cgroup.c b/block/blk-cgroup.c index 7c2947128f58..0480892e97e5 100644 --- a/block/blk-cgroup.c +++ b/block/blk-cgroup.c @@ -74,7 +74,7 @@ static void blkg_free(struct blkcg_gq *blkg) blkcg_policy[i]->pd_free_fn(blkg->pd[i]); if (blkg->blkcg != &blkcg_root) - blk_exit_rl(&blkg->rl); + blk_exit_rl(blkg->q, &blkg->rl); blkg_rwstat_exit(&blkg->stat_ios); blkg_rwstat_exit(&blkg->stat_bytes);