Changeset bf0a791 in mainline for uspace/srv/bd/hr/superblock.c
- Timestamp:
- 2024-11-27T11:19:10Z (8 months ago)
- Children:
- 8160e4c0
- Parents:
- aa7864b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/bd/hr/superblock.c
raa7864b rbf0a791 212 212 for (size_t i = 0; i < vol->dev_no; i++) { 213 213 for (size_t j = 0; j < vol->dev_no; j++) { 214 if (i == (uint32_t) 214 if (i == (uint32_t)md_order[j]) { 215 215 vol->extents[i].svc_id = cfg_svc_id_order[j]; 216 216 vol->extents[i].status = HR_EXT_ONLINE;
Note:
See TracChangeset
for help on using the changeset viewer.