Loading fs_mgr/fs_mgr_fstab.c +1 −0 Original line number Diff line number Diff line Loading @@ -313,6 +313,7 @@ struct fstab *fs_mgr_read_fstab(const char *fstab_path) /* If an A/B partition, modify block device to be the real block device */ if (fs_mgr_update_for_slotselect(fstab) != 0) { ERROR("Error updating for slotselect\n"); goto err; } fclose(fstab_file); free(line); Loading Loading
fs_mgr/fs_mgr_fstab.c +1 −0 Original line number Diff line number Diff line Loading @@ -313,6 +313,7 @@ struct fstab *fs_mgr_read_fstab(const char *fstab_path) /* If an A/B partition, modify block device to be the real block device */ if (fs_mgr_update_for_slotselect(fstab) != 0) { ERROR("Error updating for slotselect\n"); goto err; } fclose(fstab_file); free(line); Loading