]> git.ipfire.org Git - thirdparty/systemd.git/commit
process-util: drop unnecessary E2BIG error handling 38977/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 5 Jan 2026 04:24:44 +0000 (13:24 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 13 Jan 2026 01:21:36 +0000 (10:21 +0900)
commitfce7ad481b61e5ed3b95a2a849d07ba9519cab16
treed2f5d3b52bd40d46e7d18b544183efe845282093
parent80c5b63db5f7740cd25505e1e14251b6869b885a
process-util: drop unnecessary E2BIG error handling

E2BIG is returned when the kernel does not support CLONE_INTO_CGROUP,
but the flag is supported since kernel v5.7.
src/basic/process-util.c