From ff2e0f051431de2188561f4700950e229cedcb02 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 21 Jan 2011 01:28:30 +0100 Subject: mount: ignore if an fsck is requested for a bind mount, so that we don't wait for the bind 'device' to show up --- src/mount.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/mount.c b/src/mount.c index aae9d982ae..d9f3da6c48 100644 --- a/src/mount.c +++ b/src/mount.c @@ -372,6 +372,7 @@ static int mount_add_device_links(Mount *m) { } if (p->passno > 0 && + !mount_is_bind(p) && UNIT(m)->meta.manager->running_as == MANAGER_SYSTEM && !path_equal(m->where, "/")) { char *name; -- cgit v1.2.3-54-g00ecf