}
errno = 0;
- realtype = mnt_get_fstype(src, &ambi, cache);
+ realtype = mnt_get_fstype(src, &ambi, findmnt->cache);
if (!realtype) {
- const char *reson = errno ? strerror(errno) : _("reason unknown");
+ const char *reason = errno ? strerror(errno) : _("reason unknown");
if (isauto)
- verify_err(vfy, _("cannot detect on-disk filesystem type (%s)"), reson);
+ verify_err(vfy, _("cannot detect on-disk filesystem type (%s)"), reason);
else
- verify_warn(vfy, _("cannot detect on-disk filesystem type (%s)"), reson);
+ verify_warn(vfy, _("cannot detect on-disk filesystem type (%s)"), reason);
goto done;
}