CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2016/01/22 18:16:12

Modified files:
        sbin/pdisk     : partition_map.c 

Log message:
Nuke sync_device_size() and do it's one-field-update in coerce_block0(),
right after we read/allocate media->block0. Doing sync *before*
media->block0 is allocated is bad.

The map->physical_block is initialized correctly and never to the
magic number '1'. So just use map-physical_block to initialize
sbBlkSize.

Reply via email to