]> git.ipfire.org Git - thirdparty/systemd.git/commit
core/unit: drop unneeded unit_modify_nft_set() call during coldplug
authorMike Yuan <me@yhndnzj.com>
Fri, 9 Jan 2026 18:06:07 +0000 (19:06 +0100)
committerMike Yuan <me@yhndnzj.com>
Sun, 18 Jan 2026 15:34:12 +0000 (16:34 +0100)
commitbbce82dfabd79a5093f0912d0eb1f7a1af54b7be
tree0ca02d42f968700050797eafaa59bec0366ed1e5
parent417a8223af7f83935486708e690ddd9100547a7f
core/unit: drop unneeded unit_modify_nft_set() call during coldplug

We re-realize all unit cgroups upon daemon-reload, and
cgroup_context_apply() would take care of NFT set refreshing.
No need to duplicate that in unit_coldplug().
src/core/cgroup.c
src/core/cgroup.h
src/core/unit.c