Changeset 372df8f in mainline for uspace/app/fdisk/fdisk.c


Ignore:
Timestamp:
2015-10-09T07:00:23Z (9 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0ecfc62
Parents:
0bde8523
Message:

Let VBD handle unlabeled devices too. Now volsrv only cares about partitions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/fdisk/fdisk.c

    r0bde8523 r372df8f  
    212212        }
    213213
    214         for (i = 0; i < LT_LIMIT; i++) {
     214        for (i = LT_FIRST; i < LT_LIMIT; i++) {
    215215                rc = fdisk_ltype_format(i, &sltype);
    216216                if (rc != EOK)
Note: See TracChangeset for help on using the changeset viewer.