Changeset 0277ec2 in mainline for uspace/srv/bd/hr/raid1.c
- Timestamp:
- 2025-04-01T08:51:52Z (4 months ago)
- Children:
- 4200735
- Parents:
- a5ec426
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/bd/hr/raid1.c
ra5ec426 r0277ec2 540 540 fibril_rwlock_write_unlock(&vol->states_lock); 541 541 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 547 544 end: 548 545 if (rc != EOK) {
Note:
See TracChangeset
for help on using the changeset viewer.