Changeset 0bde8523 in mainline for uspace/lib/label/src/gpt.c


Ignore:
Timestamp:
2015-08-11T17:42:50Z (9 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
372df8f
Parents:
f57ccb5
Message:

Both GPT headers should really really contain the same label UUID.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/label/src/gpt.c

    rf57ccb5 r0bde8523  
    371371        }
    372372
     373        uuid_generate(&disk_uuid);
     374
    373375        hdr_ba[0] = gpt_hdr_ba;
    374376        hdr_ba[1] = nblocks - 1;
     
    405407                        goto error;
    406408                }
    407 
    408                 uuid_generate(&disk_uuid);
    409409
    410410                for (j = 0; j < 8; ++j)
Note: See TracChangeset for help on using the changeset viewer.