Changeset 93ea452 in mainline for uspace/srv


Ignore:
Timestamp:
2025-06-29T09:38:41Z (4 weeks ago)
Author:
Miroslav Cimerman <mc@…>
Children:
150adbd2
Parents:
e5c3580
Message:

hr: util.c: catch meta2vol() error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/bd/hr/util.c

    re5c3580 r93ea452  
    852852
    853853        meta_ops->init_meta2vol(list, vol);
     854        if (rc != EOK)
     855                goto error;
    854856
    855857        rc = vol->hr_ops.create(vol);
Note: See TracChangeset for help on using the changeset viewer.