Changeset 996d31ac in mainline for uspace/srv/bd/hr/raid1.c


Ignore:
Timestamp:
2025-07-02T20:43:58Z (9 months ago)
Author:
Miroslav Cimerman <mc@…>
Children:
038a8d0
Parents:
dcdb990
Message:

hr: retire level specific add_hotspare() hr_ops_t

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/bd/hr/raid1.c

    rdcdb990 r996d31ac  
    133133}
    134134
    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 
    146135void hr_raid1_vol_state_eval(hr_volume_t *vol)
    147136{
Note: See TracChangeset for help on using the changeset viewer.