@@ -1513,7 +1513,6 @@ add_mtab(char *devname, char *mountpoint, unsigned long flags, const char *fstyp
rc = lock_mtab();
if (rc) {
fprintf(stderr, "cannot lock mtab");
- rc = EX_FILEIO;
goto add_mtab_exit;
}
@@ -1521,7 +1520,6 @@ add_mtab(char *devname, char *mountpoint, unsigned long flags, const char *fstyp
if (!pmntfile) {
fprintf(stderr, "could not update mount table\n");
unlock_mtab();
- rc = EX_FILEIO;
goto add_mtab_exit;
}
--
To unsubscribe from this list: send the line "unsubscribe linux-cifs" in