773a774,775 > > 775c777,778 < && strcmp (mntent->mnt_type, "swap")) { --- > && strcmp (mntent->mnt_type, "swap") > && strcmp (mntent->mnt_type, "aufs")) { 1052a1056,1057 > if (len >= strlen (path)) return FALSE; > 1202a1208,1211 > > /* Is this an AUFS overlay? */ > if (!strcmp(mnt->type,"aufs") && !strcmp(mnt->mountpoint,other->mountpoint)) > mount_parent = other;