]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - block/blk-throttle.c
ARM: dts: tx6ul: disable eth1 interface
[karo-tx-linux.git] / block / blk-throttle.c
index c75a2636dd404840ea13000ea5747e0d44ddd7be..2149a1ddbacf21a02a164b042c76e06bf6734c77 100644 (file)
@@ -369,7 +369,7 @@ static void throtl_pd_init(struct blkg_policy_data *pd)
         * regardless of the position of the group in the hierarchy.
         */
        sq->parent_sq = &td->service_queue;
-       if (cgroup_on_dfl(blkg->blkcg->css.cgroup) && blkg->parent)
+       if (cgroup_subsys_on_dfl(io_cgrp_subsys) && blkg->parent)
                sq->parent_sq = &blkg_to_tg(blkg->parent)->service_queue;
        tg->td = td;
 }