]> git.ipfire.org Git - thirdparty/systemd.git/commit
core: Improve logging when we cannot create destination mountpoint
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 16 Jan 2026 20:21:06 +0000 (21:21 +0100)
committerDaan De Meyer <daan@amutable.com>
Tue, 3 Feb 2026 14:00:32 +0000 (15:00 +0100)
commitb231c4dcb4f54332b16a5bcf75df34b76c5e4b01
tree075f357bd90d743ea9701cde9dfbed1e91f08bca
parenta40d93400759c8eb46a2ec8702735bde2333812a
core: Improve logging when we cannot create destination mountpoint

If we fail to create a parent directory, then the error from
make_mount_point_inode_from_path() will always be
"No such file or directory" which doesn't tell us anything. Add logging
for the mkdir_parents() call as well so we get a useful error.
src/core/namespace.c