Provisorily moved tail writer after checksum writer

and accounted for size of backup GPT in cylinder alignment of tail writer.
This commit is contained in:
2012-06-13 13:31:37 +02:00
parent 912e0cd1be
commit 0ebc8fe186
4 changed files with 59 additions and 23 deletions

View File

@@ -856,7 +856,9 @@ struct ecma119_image
uint32_t gpt_part_start;
/* The ISO block number after the backup GPT header , block size 2048 */
uint32_t gpt_backup_end;
uint32_t gpt_backup_size;
uint32_t gpt_max_entries;
int gpt_is_computed;
/* Message from write_head_part1()/iso_write_system_area() to the
write_data() methods of the writers.