Changeset 2dab624 in mainline for uspace/lib/fdisk/src/fdisk.c


Ignore:
Timestamp:
2015-10-31T20:24:27Z (9 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9624c35
Parents:
dc2d582
Message:

Fix parsing capacity without decimal separator as zero. Fix non-fs partition content display when selecting partition to delete. Fix capacity of new partition. Fix getting partition content, from volsrv.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/fdisk/src/fdisk.c

    rdc2d582 r2dab624  
    790790                        return EIO;
    791791                }
    792         }
    793 
    794         if (part->svc_id != 0) {
     792
    795793                part->pcnt = vpc_fs;
    796794                part->fstype = pspec->fstype;
    797795        }
    798 
    799         part->capacity = pspec->capacity;
    800796
    801797        if (rpart != NULL)
Note: See TracChangeset for help on using the changeset viewer.