Changeset f6590c4 in mainline


Ignore:
Timestamp:
2025-06-23T13:28:37Z (6 months ago)
Author:
Miroslav Cimerman <mc@…>
Children:
09c195e8
Parents:
a5a2dcf
Message:

hr: io.c: fix typo in reconstruct reader

File:
1 edited

Legend:

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

    ra5a2dcf rf6590c4  
    282282        uint8_t *data = hr_malloc_waitok(io->cnt * io->vol->bsize);
    283283
    284         rc = hr_write_direct(extents[ext_idx].svc_id, io->ba, io->cnt, data);
     284        rc = hr_read_direct(extents[ext_idx].svc_id, io->ba, io->cnt, data);
    285285        if (rc != EOK) {
    286286                hr_stripe_parity_abort(stripe);
Note: See TracChangeset for help on using the changeset viewer.