Changeset 996d31ac in mainline for uspace/srv/bd/hr/raid5.c
- Timestamp:
- 2025-07-02T20:43:58Z (9 months ago)
- Children:
- 038a8d0
- Parents:
- dcdb990
- File:
-
- 1 edited
-
uspace/srv/bd/hr/raid5.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/bd/hr/raid5.c
rdcdb990 r996d31ac 155 155 } 156 156 157 errno_t hr_raid5_add_hotspare(hr_volume_t *vol, service_id_t hotspare)158 {159 HR_DEBUG("%s()", __func__);160 161 errno_t rc = hr_util_add_hotspare(vol, hotspare);162 163 hr_raid5_vol_state_eval(vol);164 165 return rc;166 }167 168 157 void hr_raid5_ext_state_cb(hr_volume_t *vol, size_t extent, errno_t rc) 169 158 {
Note:
See TracChangeset
for help on using the changeset viewer.
