Changeset 63011c53 in mainline
- Timestamp:
- 2017-10-04T18:22:12Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 18902ca6
- Parents:
- 0e3b402
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/fdisk/src/fdisk.c
r0e3b402 r63011c53 1015 1015 max_blocks = fdisk_ba_align_up(dev, max_blocks); 1016 1016 1017 pcnt = -1;1018 1019 1017 switch (pspec->fstype) { 1020 1018 case fs_exfat: … … 1032 1030 case fs_cdfs: 1033 1031 return EINVAL; /* You cannot create an ISO partition */ 1034 } 1035 1036 if (pcnt < 0) 1032 default: 1037 1033 return EINVAL; 1034 } 1038 1035 1039 1036 if (pspec->pkind == lpk_logical) {
Note:
See TracChangeset
for help on using the changeset viewer.