Changeset f0360ec in mainline for uspace/srv/bd/hr/io.h


Ignore:
Timestamp:
2025-06-17T22:33:02Z (8 months ago)
Author:
Miroslav Cimerman <mc@…>
Children:
f0cc1c64
Parents:
3c518fc
Message:

hr: RAID 0, 1: use ENOMEM safe primitives

File:
1 edited

Legend:

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

    r3c518fc rf0360ec  
    4242
    4343typedef struct hr_io {
    44         hr_bd_op_type_t type; /* read/write/sync */
     44        hr_bd_op_type_t type; /* read/write */
    4545        uint64_t ba;
    4646        uint64_t cnt;
     
    6767
    6868extern errno_t hr_io_worker(void *);
    69 extern errno_t hr_io_worker_basic(void *);
    7069
    7170extern errno_t hr_io_raid5_basic_reader(void *);
Note: See TracChangeset for help on using the changeset viewer.