[systemd-commits] src/dbus-manager.c
Kay Sievers
kay at kemper.freedesktop.org
Thu Mar 24 14:34:14 PDT 2011
src/dbus-manager.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 65c9e467528daa438167853cc91d37bfcb875836
Author: Kay Sievers <kay.sievers at vrfy.org>
Date: Thu Mar 24 22:32:21 2011 +0100
tainted: don't check if /usr is a mount point, only if it's not already mounted at startup
diff --git a/src/dbus-manager.c b/src/dbus-manager.c
index 2edbc37..c21cb5f 100644
--- a/src/dbus-manager.c
+++ b/src/dbus-manager.c
@@ -223,7 +223,7 @@ static int bus_manager_append_tainted(Manager *m, DBusMessageIter *i, const char
assert(i);
assert(property);
- if (path_is_mount_point("/usr") > 0 || dir_is_empty("/usr") > 0)
+ if (dir_is_empty("/usr") > 0)
e = stpcpy(e, "usr-separate-fs");
if (readlink_malloc("/etc/mtab", &p) < 0) {
More information about the systemd-commits
mailing list