Changeset 2dab624 in mainline for uspace/srv/volsrv/volsrv.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/srv/volsrv/volsrv.c

    rdc2d582 r2dab624  
    226226        }
    227227
     228        part->pcnt = vpc_fs;
     229        part->fstype = fstype;
     230
    228231        async_answer_0(iid, EOK);
    229232}
Note: See TracChangeset for help on using the changeset viewer.