]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
api: cgroup_copy_controller_values() mark settings dirty
authorKamalesh Babulal <kamalesh.babulal@oracle.com>
Tue, 21 Mar 2023 09:06:16 +0000 (09:06 +0000)
committerTom Hromatka <tom.hromatka@oracle.com>
Thu, 23 Mar 2023 18:26:42 +0000 (12:26 -0600)
commit80bbeba74c8a3a841ffaa27fe89bb49be805f4c8
tree0a53945c42e68bf853735a77250829b43584e72e
parent58fbebc0ec73e170381ffe13d8f2dfbfcbe41cf4
api: cgroup_copy_controller_values() mark settings dirty

Copying controllers settings from source to destination cgroups,
overwrites the value of the destination cgroup controller and hence
the dirty flag for all the controller settings should be
unconditionally set.

Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
(cherry picked from commit 4a31a98174e2593b8cf0be2b8ee23e21ae8a84e5)
src/api.c