Changeset 08fa9e8 in mainline for uspace/srv/bd/hr/raid1.c
- Timestamp:
- 2024-10-16T22:00:30Z (7 months ago)
- Children:
- 6d55e39
- Parents:
- 12321f8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/bd/hr/raid1.c
r12321f8 r08fa9e8 195 195 196 196 rc = hr_register_volume(new_volume); 197 if (rc != EOK) 198 return rc; 199 200 return EOK; 197 198 return rc; 201 199 } 202 200
Note:
See TracChangeset
for help on using the changeset viewer.