Changeset 066fed9 in mainline for uspace/srv/bd/hr/hr.c
- Timestamp:
- 2024-10-28T18:10:45Z (7 months ago)
- Children:
- e47a032
- Parents:
- b422718
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/bd/hr/hr.c
rb422718 r066fed9 168 168 goto error; 169 169 170 rc = hr_ get_vol_from_meta(cfg,new_volume);170 rc = hr_fill_vol_from_meta(new_volume); 171 171 if (rc != EOK) 172 172 goto error;
Note:
See TracChangeset
for help on using the changeset viewer.