Ignore:
Timestamp:
2025-06-09T21:24:57Z (9 months ago)
Author:
Miroslav Cimerman <mc@…>
Children:
9ee9c60b
Parents:
eabc094c
Message:

hr: rename HR_RLQ_* to HR_LAYOUT_*

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/bd/hr/metadata/foreign/softraid/hr_softraid.c

    reabc094c r0fce1a6  
    146146
    147147        if (main_meta->ssdi.ssd_level == 5)
    148                 vol->layout = HR_RLQ_RAID5_NR;
     148                vol->layout = HR_LAYOUT_RAID5_NR;
    149149        else
    150                 vol->layout = HR_RLQ_NONE;
     150                vol->layout = HR_LAYOUT_NONE;
    151151
    152152        vol->strip_size = main_meta->ssdi.ssd_strip_size;
Note: See TracChangeset for help on using the changeset viewer.