Changeset 65706f1 in mainline for uspace/srv/bd/hr/hr.c
- Timestamp:
- 2024-11-27T14:06:41Z (7 months ago)
- Children:
- a0c3080
- Parents:
- 40bf2c6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/bd/hr/hr.c
r40bf2c6 r65706f1 159 159 new_volume->extents[i].svc_id = cfg->devs[i]; 160 160 new_volume->level = cfg->level; 161 new_volume-> dev_no = cfg->dev_no;161 new_volume->extent_no = cfg->dev_no; 162 162 163 163 if (assemble) { … … 354 354 sizeof(hr_extent_t) * HR_MAX_HOTSPARES); 355 355 info.svc_id = vol->svc_id; 356 info.extent_no = vol-> dev_no;356 info.extent_no = vol->extent_no; 357 357 info.hotspare_no = vol->hotspare_no; 358 358 info.level = vol->level;
Note:
See TracChangeset
for help on using the changeset viewer.