]> git.ipfire.org Git - thirdparty/systemd.git/commit
cgroups: Refactor cgroup_apply_cpuset() argument order 42013/head
authorglemco <32201227+glemco@users.noreply.github.com>
Tue, 12 May 2026 17:47:43 +0000 (19:47 +0200)
committerglemco <32201227+glemco@users.noreply.github.com>
Thu, 14 May 2026 06:55:44 +0000 (08:55 +0200)
commit50857801db8e3b6be491101439d769170548c06d
tree17d2d24ebd184b36350de5c77650ff331b3be4b4
parent43b53679da0a088dab6c8ff966a0ccbfcdeeafde
cgroups: Refactor cgroup_apply_cpuset() argument order

Cgroups function have the name key first and then the value,
cgroup_apply_cpuset() has the opposite.

Swap the name and value (cpuset) arguments.
src/core/cgroup.c