]> git.ipfire.org Git - thirdparty/systemd.git/commit
Improve error logging for fstat failure
authorDan Anderson <dan@kd2ycu.com>
Thu, 30 Apr 2026 02:53:10 +0000 (22:53 -0400)
committerLennart Poettering <lennart@poettering.net>
Thu, 30 Apr 2026 06:05:54 +0000 (08:05 +0200)
commitcd7aceeaa31e3890d02e773fb1e68769abdf5809
treeed71c32be1c19d5513eb05ee0aa5b34f4cc75086
parenta69f0b8b28d06786581d21281665a89a4318c309
Improve error logging for fstat failure

Small hygiene fix.  r must be >= 0 as per the prior statement (otherwise we would have returned).  This is really only going to be r == 0, which means return r; is return 0;  I'm updating this to use log_debug_errno
src/mountfsd/mountwork.c