Changeset f6590c4 in mainline
- Timestamp:
- 2025-06-23T13:28:37Z (6 months ago)
- Children:
- 09c195e8
- Parents:
- a5a2dcf
- File:
-
- 1 edited
-
uspace/srv/bd/hr/io.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/bd/hr/io.c
ra5a2dcf rf6590c4 282 282 uint8_t *data = hr_malloc_waitok(io->cnt * io->vol->bsize); 283 283 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); 285 285 if (rc != EOK) { 286 286 hr_stripe_parity_abort(stripe);
Note:
See TracChangeset
for help on using the changeset viewer.
