Changeset 1626cd4 in mainline for uspace/lib/label/src/label.c


Ignore:
Timestamp:
2015-07-02T19:01:37Z (9 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6a0d4ce2
Parents:
3faa03d
Message:

Propagate label and partition block ranges and other info up through the stack.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/label/src/label.c

    r3faa03d r1626cd4  
    9797int label_get_info(label_t *label, label_info_t *linfo)
    9898{
    99         memset(linfo, 0, sizeof(label_info_t));
    100         linfo->dcnt = dc_label;
    101         linfo->ltype = label->ltype;
    102         return EOK;
     99        return label->ops->get_info(label, linfo);
    103100}
    104101
Note: See TracChangeset for help on using the changeset viewer.