]> git.ipfire.org Git - thirdparty/systemd.git/commit
core/cgroup: tweak unit_invalidate_cgroup_bpf() a bit
authorMike Yuan <me@yhndnzj.com>
Tue, 27 May 2025 23:02:04 +0000 (01:02 +0200)
committerMike Yuan <me@yhndnzj.com>
Mon, 7 Jul 2025 15:55:13 +0000 (17:55 +0200)
commit7af676c1b6cdee1fcec6e1b9ec0b5111f6daa6aa
tree4a6cdd629bbfb3b8e16234682048484d007413a0
parented82caeb39949c8aef321c92510847f068313e37
core/cgroup: tweak unit_invalidate_cgroup_bpf() a bit

- Rename to unit_invalidate_cgroup_bpf_firewall() to make it clear
  that this is about CGROUP_CONTROLLER_BPF_FIREWALL only
- Report whether things changed in unit_invalidate_cgroup()
  to avoid duplicate checks
src/core/cgroup.c
src/core/cgroup.h
src/core/dbus-cgroup.c
src/core/unit-serialize.c