Changeset 30140c1b in mainline for uspace/srv/bd/hr/hr.c


Ignore:
Timestamp:
2024-11-22T21:27:35Z (8 months ago)
Author:
Miroslav Cimerman <mc@…>
Children:
a56ac5d1
Parents:
f81960c5
Message:

hr: RAID4: hotspare + rebuild

File:
1 edited

Legend:

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

    rf81960c5 r30140c1b  
    202202                new_volume->hr_ops.init = hr_raid4_init;
    203203                new_volume->hr_ops.status_event = hr_raid4_status_event;
     204                new_volume->hr_ops.add_hotspare = hr_raid4_add_hotspare;
    204205                break;
    205206        case HR_LVL_5:
Note: See TracChangeset for help on using the changeset viewer.