Changeset 44da6c8 in mainline
- Timestamp:
- 2025-04-01T08:54:01Z (2 months ago)
- Children:
- c7e6a3e
- Parents:
- 4200735
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/bd/hr/util.c
r4200735 r44da6c8 818 818 } 819 819 820 for (size_t i = 0; i < vol->extent_no; i++) { 821 if (vol->extents[i].status == HR_EXT_NONE) 822 vol->extents[i].status = HR_EXT_MISSING; 823 } 824 820 825 rc = vol->hr_ops.create(vol); 821 826 if (rc != EOK)
Note:
See TracChangeset
for help on using the changeset viewer.