]> git.ipfire.org Git - thirdparty/systemd.git/commit
core/cgroup: Properly handle aborting a pending freeze operation
authormsizanoen <msizanoen@qtmlabs.xyz>
Tue, 18 Mar 2025 05:47:21 +0000 (12:47 +0700)
committerMike Yuan <me@yhndnzj.com>
Wed, 26 Mar 2025 20:39:50 +0000 (21:39 +0100)
commit85d00912c0fa08c80785d18a6818e7d92d40743e
treec4fb06f0a60118fc5bb640610afdbbeef23f2c4a
parent3432d5e21f87456784aaf8cba337736d3b69c51c
core/cgroup: Properly handle aborting a pending freeze operation

We must thaw the cgroup even if cgroup.events/frozen=0 if a freeze
operation is in flight as it means the cgroup is already partially
frozen.
src/core/cgroup.c