Changeset 263a2389 in mainline for uspace/srv/bd/hr/raid5.c


Ignore:
Timestamp:
2025-06-22T07:26:20Z (8 months ago)
Author:
Miroslav Cimerman <mc@…>
Children:
c2d737d
Parents:
81b4c795
Message:

hr: rename volume state ONLINE to OPTIMAL

File:
1 edited

Legend:

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

    r81b4c795 r263a2389  
    625625        switch (bad) {
    626626        case 0:
    627                 if (state != HR_VOL_ONLINE)
    628                         hr_update_vol_state(vol, HR_VOL_ONLINE);
     627                if (state != HR_VOL_OPTIMAL)
     628                        hr_update_vol_state(vol, HR_VOL_OPTIMAL);
    629629                break;
    630630        case 1:
Note: See TracChangeset for help on using the changeset viewer.