Changeset a5c2960e in mainline for uspace/srv/bd/hr/raid0.c


Ignore:
Timestamp:
2025-01-12T15:46:30Z (5 months ago)
Author:
Miroslav Cimerman <mc@…>
Children:
efc6259
Parents:
7bf29e5
Message:

hr: RAID0: pass actual block address to workers

File:
1 edited

Legend:

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

    r7bf29e5 ra5c2960e  
    293293                io->data_write = data_write;
    294294                io->data_read = data_read;
    295                 io->ba = ba;
     295                io->ba = phys_block;
    296296                io->cnt = cnt;
    297297                io->type = type;
Note: See TracChangeset for help on using the changeset viewer.