Changeset 3feeab2 in mainline


Ignore:
Timestamp:
2015-11-02T20:03:42Z (9 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ff381a7
Parents:
89204a23
Message:

Cached GPT partition table CRC updates missed.

File:
1 edited

Legend:

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

    r89204a23 r3feeab2  
    458458        label->lt.gpt.esize = esize;
    459459        label->lt.gpt.pt_blocks = pt_blocks;
     460        label->lt.gpt.pt_crc = pt_crc;
    460461        label->lt.gpt.hdr_size = sizeof(gpt_header_t);
    461462
     
    832833        }
    833834
     835        label->lt.gpt.pt_crc = crc;
    834836        free(buf);
    835837        return EOK;
Note: See TracChangeset for help on using the changeset viewer.