Changeset 996d31ac in mainline for uspace/srv/bd/hr/raid1.c
- Timestamp:
- 2025-07-02T20:43:58Z (9 months ago)
- Children:
- 038a8d0
- Parents:
- dcdb990
- File:
-
- 1 edited
-
uspace/srv/bd/hr/raid1.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/bd/hr/raid1.c
rdcdb990 r996d31ac 133 133 } 134 134 135 errno_t hr_raid1_add_hotspare(hr_volume_t *vol, service_id_t hotspare)136 {137 HR_DEBUG("%s()", __func__);138 139 errno_t rc = hr_util_add_hotspare(vol, hotspare);140 141 hr_raid1_vol_state_eval(vol);142 143 return rc;144 }145 146 135 void hr_raid1_vol_state_eval(hr_volume_t *vol) 147 136 {
Note:
See TracChangeset
for help on using the changeset viewer.
