]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/mount-setup.c
mount-setup: fix MNT_CHECK_WRITABLE error handling, and log about the issue
authorLennart Poettering <lennart@poettering.net>
Fri, 15 Dec 2017 16:37:16 +0000 (17:37 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 15 Dec 2017 19:52:28 +0000 (20:52 +0100)
commit713a88757aec3a90f9b4bd67565aa42986400ebf
tree4890cf9b7e64d67ba75f74d02c6603a00cf78741
parent3a671cd130cc8588d9ac6251e84477f5367da9b8
mount-setup: fix MNT_CHECK_WRITABLE error handling, and log about the issue

Let's correct the error handling (the error is in errno, not r), and
let's add logging like the rest of the function has it.
src/core/mount-setup.c