]> git.ipfire.org Git - thirdparty/systemd.git/commit
cgroup-util: declare file_handle union in cg_cgroupid_open() 40500/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 28 Jan 2026 17:16:32 +0000 (02:16 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 3 Feb 2026 17:45:17 +0000 (02:45 +0900)
commitede1caeada6a055a0ae0ca9893376084347f312b
tree9db2a27eb671a613a757821562e122e17775eabb
parentf37931bd78bbbc41590789368b9f8fc94cf8a68a
cgroup-util: declare file_handle union in cg_cgroupid_open()

This also effectively reverts eb2e91b9815bcbc59997c1092d7b52fc18930bff,
as now the object is only used as input, and kernel would need to handle
input with only ID no matter whether the struct later gets extended.
src/basic/cgroup-util.c