]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blobdiff - block/bfq-cgroup.c
block, bfq: remove ifdefs from around gets/puts of bfq groups
[mirror_ubuntu-hirsute-kernel.git] / block / bfq-cgroup.c
index c818c64766e55095ba4a6fac8997ac8f43386488..cae488b58049cf7297db85c6249524dbd030cca1 100644 (file)
@@ -1406,6 +1406,10 @@ struct bfq_group *bfqq_group(struct bfq_queue *bfqq)
        return bfqq->bfqd->root_group;
 }
 
+void bfqg_and_blkg_get(struct bfq_group *bfqg) {}
+
+void bfqg_and_blkg_put(struct bfq_group *bfqg) {}
+
 struct bfq_group *bfq_create_group_hierarchy(struct bfq_data *bfqd, int node)
 {
        struct bfq_group *bfqg;