chiark / gitweb /
split mount_point_is_api() and mount_point_ignore()
[elogind.git] / src / mount.c
index 5d4944abecd79868645925ae1ee4aa0b7db70610..4094eef43d88f9fe6cf39c5448649c5dbbc2e7e3 100644 (file)
@@ -1213,6 +1213,8 @@ static int mount_add_one(
          * dependencies ever. */
         if (mount_point_is_api(where))
                 return 0;
+        if (mount_point_ignore(where))
+                return 0;
 
         if (streq(fstype, "autofs"))
                 return 0;