Ignore:
Timestamp:
2025-04-21T13:20:05Z (4 weeks ago)
Author:
Miroslav Cimerman <mc@…>
Children:
c6d2af8
Parents:
5cb1631
Message:

hr: use enum for RAID layouts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/bd/hr/metadata/foreign/geom/mirror.c

    r5cb1631 rfb06476f  
    142142        vol->extent_no = main_meta->md_all;
    143143
    144         /* vol->layout = main_meta->layout; */
    145 
    146         /* vol->strip_size = main_meta->strip_size; */
     144        vol->layout = HR_RLQ_NONE;
     145
     146        vol->strip_size = 0;
    147147
    148148        vol->bsize = main_meta->md_sectorsize;
Note: See TracChangeset for help on using the changeset viewer.