chiark / gitweb /
cgroup-util: fix the reversed return value of cg_is_unified_elogind_contoller_wanted
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 20 Feb 2017 17:26:53 +0000 (12:26 -0500)
committerSven Eden <yamakuzure@gmx.net>
Mon, 17 Jul 2017 15:58:36 +0000 (17:58 +0200)
commit880b4210210b98561de911a383f04d2605cae48a
tree48a77b608fb76d44bf85c4a5b25be915d0934fa6
parentd2fee9031f20cefd32465836193982f5382baebc
cgroup-util: fix the reversed return value of cg_is_unified_elogind_contoller_wanted

1d84ad944520fc3e062ef518c4db4e1 reversed the meaning of the option.
The kernel command line option has the opposite meaning to the function,
i.e. specifying "legacy=yes" means "unifed elogind controller=no".
src/basic/cgroup-util.c