core: fix mount setup to work with non-existing mount points
authorDavid Herrmann <dh.herrmann@gmail.com>
Tue, 7 Apr 2015 12:03:44 +0000 (14:03 +0200)
committerDavid Herrmann <dh.herrmann@gmail.com>
Tue, 7 Apr 2015 12:03:44 +0000 (14:03 +0200)
commit64f75d7a2898e0c0d2b66f93ddd34ffd345bb3c5
tree0b3f2163bae756b998f67b4b41c515a5cdf35516
parent24eb4a30982ed18d4716bd59c454a72f161d5982
core: fix mount setup to work with non-existing mount points

We must not fail on ENOENT. We properly create the mount-point in
mount-setup, so there's really no reason to skip the mount. Make sure we
just skip the mount on unexpected failures or if it's already mounted.
src/core/mount-setup.c