Changeset 3c518fc in mainline for uspace/srv/bd/hr/raid1.c


Ignore:
Timestamp:
2025-06-17T22:31:01Z (4 days ago)
Author:
Miroslav Cimerman <mc@…>
Children:
f0360ec
Parents:
137f7cf5
Message:

hr: remove HR_BD_SYNC

All syncs are now done with common util hr_sync_extents().

File:
1 edited

Legend:

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

    r137f7cf5 r3c518fc  
    347347                return rc;
    348348
    349         /* allow full dev sync */
    350         if (!(type == HR_BD_SYNC && ba == 0 && cnt == 0))
    351                 hr_add_data_offset(vol, &ba);
     349        hr_add_data_offset(vol, &ba);
    352350
    353351        /*
Note: See TracChangeset for help on using the changeset viewer.