commit | 103f792736dc461793a020647b196db824e58e0e | [log] [tgz] |
---|---|---|
author | Patrick Bellasi <patrick.bellasi@arm.com> | Tue Nov 29 10:13:01 2016 +0000 |
committer | Patrick Bellasi <patrick.bellasi@arm.com> | Tue Nov 29 10:13:01 2016 +0000 |
tree | 89fb58b7888b83cb0d0d340cc1fc24aeeb598e93 | |
parent | b2ec957bf82517d73350db6d4abcea11ebcd59ad [diff] |
cgroups: use subsystems namedtuple in the controllers mounting loop This is just a simple re-factoring patch in preparation of the following one. Since we have a list of CGroups subsystems, which includes the hierarchy ID for each entry, let's use directly these namedtuples in the mouting loop. The following patch will make use of the hierarchy ID to properly mount each controller. Signed-off-by: Patrick Bellasi <patrick.bellasi@arm.com>