]> 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:21:12 +0000 (12:21 -0600)
commit4a31a98174e2593b8cf0be2b8ee23e21ae8a84e5
tree962cdca1cd553b2bb89e30c5336722d0d412b13c
parent395f942761061fc8605b6555cf9d66836633f8db
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>
src/api.c