Changeset 4b6635a7 in mainline for uspace/srv/bd/vbd/disk.c


Ignore:
Timestamp:
2015-10-12T15:42:23Z (10 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
edebb4a1
Parents:
6a0db524
Message:

Volsrv empty partition detection.

File:
1 edited

Legend:

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

    r6a0db524 r4b6635a7  
    647647        pinfo->block0 = lpinfo.block0;
    648648        pinfo->nblocks = lpinfo.nblocks;
     649        pinfo->svc_id = part->svc_id;
    649650        return EOK;
    650651}
Note: See TracChangeset for help on using the changeset viewer.