Changes in uspace/lib/fdisk/src/fdisk.c [fe8961d:120d5bc] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/fdisk/src/fdisk.c
rfe8961d r120d5bc 1015 1015 max_blocks = fdisk_ba_align_up(dev, max_blocks); 1016 1016 1017 pcnt = LPC_LIMIT;1017 pcnt = -1; 1018 1018 1019 1019 switch (pspec->fstype) { … … 1034 1034 } 1035 1035 1036 if (pcnt == LPC_LIMIT)1036 if (pcnt < 0) 1037 1037 return EINVAL; 1038 1038
Note:
See TracChangeset
for help on using the changeset viewer.