cgroup_set_values_recursive(), third argument ignore_non_dirty_values no
more suppress the errors but skips writing of the controller setting
that isn't marked dirty, propagate the changes to the test cases too.
Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
(cherry picked from commit
fadef32c8f7b09cca543bd111c82d50933c7e387)
ctrlr.index++;
}
- ret = cgroup_set_values_recursive(PARENT_DIR, &ctrlr, true);
+ ret = cgroup_set_values_recursive(PARENT_DIR, &ctrlr, false);
ASSERT_EQ(ret, 0);
for (i = 0; i < NAMES_CNT; i++) {