Let random access writing obey simulation mode of previous sequential run. New API call burn_drive_reset_simulate().

This commit is contained in:
2016-11-18 14:21:33 +01:00
parent d7b5090ff9
commit 80175e0054
6 changed files with 59 additions and 4 deletions

View File

@@ -5383,6 +5383,8 @@ int mmc_setup_drive(struct burn_drive *d)
d->start_lba = -2000000000;
d->end_lba = -2000000000;
d->do_simulate= 0;
/* ts A61201 - A90815*/
d->erasable = 0;
d->current_profile = -1;