Changeset 0277ec2 in mainline for uspace/srv/bd/hr/raid5.c


Ignore:
Timestamp:
2025-04-01T08:51:52Z (9 months ago)
Author:
Miroslav Cimerman <mc@…>
Children:
4200735
Parents:
a5ec426
Message:

hr: refactor metadata handling

File:
1 edited

Legend:

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

    ra5ec426 r0277ec2  
    842842
    843843        hr_update_ext_status(vol, bad, HR_EXT_ONLINE);
    844         /*
    845          * For now write metadata at the end, because
    846          * we don't sync metada accross extents yet.
    847          */
    848         hr_write_meta_to_ext(vol, bad);
     844
     845        rc = hr_metadata_save(vol);
     846
    849847end:
    850848        (void)hr_raid5_update_vol_status(vol);
Note: See TracChangeset for help on using the changeset viewer.