X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fmount.c;h=4094eef43d88f9fe6cf39c5448649c5dbbc2e7e3;hb=62347bc24a695bc0527f663af5fe136b1a993573;hp=5d4944abecd79868645925ae1ee4aa0b7db70610;hpb=e23a0ce8badd09aefa961a3a576bfe85f6ebbad7;p=elogind.git diff --git a/src/mount.c b/src/mount.c index 5d4944abe..4094eef43 100644 --- a/src/mount.c +++ b/src/mount.c @@ -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;