Changeset 44fe800 in mainline for uspace/srv/bd/vbd/disk.c


Ignore:
Timestamp:
2015-10-17T21:50:38Z (10 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
68b5dd11
Parents:
ea0ff6b
Message:

Create file system when creating partition.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/bd/vbd/disk.c

    rea0ff6b r44fe800  
    660660        int rc;
    661661
     662        log_msg(LOG_DEFAULT, LVL_NOTE, "vbds_part_create(%zu)", sid);
     663
    662664        rc = vbds_disk_by_svcid(sid, &disk);
    663665        if (rc != EOK) {
Note: See TracChangeset for help on using the changeset viewer.