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


Ignore:
Timestamp:
2025-04-01T08:51:52Z (4 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/raid1.c

    ra5ec426 r0277ec2  
    540540        fibril_rwlock_write_unlock(&vol->states_lock);
    541541
    542         /*
    543          * For now write metadata at the end, because
    544          * we don't sync metada accross extents yet.
    545          */
    546         hr_write_meta_to_ext(vol, rebuild_idx);
     542        rc = hr_metadata_save(vol);
     543
    547544end:
    548545        if (rc != EOK) {
Note: See TracChangeset for help on using the changeset viewer.