Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 92153fb9 authored by Carlos Galo's avatar Carlos Galo
Browse files

Updating Attributes on task_profiles.json

Adjusting attributes that correspond to the `blkio`(v1)/`io`(v2) controller. The migration of the `blkio` v1 controller to v2 requires renaming it to `io`, therefore we want to update the `File` field to point to `blkio` file and `FileV2` to point to `io` file.

Test: Verified with cuttlefish that this works with the `io` controller migration by cherry-picking aosp/2218645
Bug: 263269364
Bug: 213617178
Change-Id: I0aacfc6d74e3eec61ebb2ce443b04c792392aa9e
parent a8ff9a49
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -80,17 +80,20 @@
    {
      "Name": "BfqWeight",
      "Controller": "io",
      "File": "io.bfq.weight"
      "File": "blkio.bfq.weight",
      "FileV2": "io.bfq.weight"
    },
    {
      "Name": "CfqGroupIdle",
      "Controller": "io",
      "File": "io.group_idle"
      "File": "blkio.group_idle",
      "FileV2": "io.group_idle"
    },
    {
      "Name": "CfqWeight",
      "Controller": "io",
      "File": "io.weight"
      "File": "blkio.weight",
      "FileV2": "io.weight"
    }
  ],