Changeset 996d31ac in mainline for uspace/srv/bd/hr/raid5.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/raid5.c

    rdcdb990 r996d31ac  
    155155}
    156156
    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 
    168157void hr_raid5_ext_state_cb(hr_volume_t *vol, size_t extent, errno_t rc)
    169158{
Note: See TracChangeset for help on using the changeset viewer.