]> git.ipfire.org Git - thirdparty/systemd.git/commit
mountpoint-util: make statx() failure critical 36558/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 28 Feb 2025 10:28:33 +0000 (19:28 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 28 Feb 2025 15:40:22 +0000 (00:40 +0900)
commitee739ea6929a5ca58a0fcf0cb7d3b274e9a5f4c1
treeaa680b5ae9d923cde5396a66e05bde0a45b66b65
parentd5ddc0e0d3a2f869e6d18ff78390ab16a8f9de98
mountpoint-util: make statx() failure critical

Two error conditions are unreachable, as now both glibc and kernel
support statx(). In other many places, failure in statx() are handled as
critical, even if it is filtered by seccomp or so. Let's follow the same
way here.
src/basic/mountpoint-util.c