Changeset 73425d4 in mainline


Ignore:
Timestamp:
2025-06-17T13:29:56Z (6 days ago)
Author:
Miroslav Cimerman <mc@…>
Children:
b22ea202
Parents:
66ef60b
Message:

hr: rai0.c: use renamed hr_add_data_offset()

File:
1 edited

Legend:

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

    r66ef60b r73425d4  
    315315                cnt = min(left, strip_size - strip_off);
    316316                len = vol->bsize * cnt;
    317                 hr_add_ba_offset(vol, &phys_block);
     317                hr_add_data_offset(vol, &phys_block);
    318318
    319319                hr_io_t *io = hr_fgroup_alloc(group);
Note: See TracChangeset for help on using the changeset viewer.