mount: don't propagate errors from mount_setup_unit() further up
authorLennart Poettering <lennart@poettering.net>
Wed, 28 Nov 2018 11:41:44 +0000 (12:41 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 7 Dec 2018 16:30:14 +0000 (17:30 +0100)
commitba0d56f55f2073164799be714b5bd1aad94d059a
treee44b2d4a300bd87fae2453b0048f926694719243
parent3f459cd96ea31c50dc84795a62fb7cf2ae285727
mount: don't propagate errors from mount_setup_unit() further up

If we can't process a specific line in /proc/self/mountinfo we should
log about it (which we do), but this should not affect other lines, nor
further processing of mount units. Let's keep these failures local.

Fixes: #10874
src/core/mount.c