]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
xattr-util: try new *xattrat() family syscalls first (#36228)
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 9 Feb 2025 15:41:38 +0000 (00:41 +0900)
committerGitHub <noreply@github.com>
Sun, 9 Feb 2025 15:41:38 +0000 (00:41 +0900)
While killing cgroup v1 I want to turn all cg_* helpers to take
cgroupfs_fd + cg path, which means all relevant path operations must
support openat() semantics. `removexattrat()` is currently missing. I
took the chance to do a bigger refactor for xattr-util.


Trivial merge