diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2010-11-11 11:15:16 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2010-11-11 11:15:16 +0100 |
commit | 57f2a956e63d6b981b9d6277ab800ad4ad386f42 (patch) | |
tree | a93f3300e2d2bb799bb6490915f7a5d97b93f448 /src/mount-setup.h | |
parent | f54409d8b8a8dd3e43a450be5bbd78afdcb78c25 (diff) |
split mount_point_is_api() and mount_point_ignore()
We should not handle the ignore list as API mounts, as
systemd itself never touches them.
On Thu, Nov 11, 2010 at 10:34, Andreas Jaeger <aj@novell.com> wrote:
>
> I noticed for some time that systemd-remount-api-vfs is in the
> failed state and found now the following in the log files
>
> systemd-remount-api-vfs[467]: /bin/mount for /proc/bus/usb exited with exit status 32.
> systemd-remount-api-vfs[467]: mount: /proc/bus/usb not mounted already, or bad option
> systemd[1]: systemd-remount-api-vfs.service: main process exited, code=exited, status=1
> systemd[1]: Unit systemd-remount-api-vfs.service entered failed state.
Diffstat (limited to 'src/mount-setup.h')
-rw-r--r-- | src/mount-setup.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mount-setup.h b/src/mount-setup.h index 47d0e5bb12..150ec408d2 100644 --- a/src/mount-setup.h +++ b/src/mount-setup.h @@ -27,5 +27,6 @@ int mount_setup(void); bool mount_point_is_api(const char *path); +bool mount_point_ignore(const char *path); #endif |