Changeset 7bfe468 in mainline
- Timestamp:
- 2025-03-28T21:30:03Z (2 months ago)
- Children:
- 8b51009
- Parents:
- b04f7af
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/bd/hr/hr.c
rb04f7af r7bfe468 480 480 vol = hr_get_volume(svc_id); 481 481 if (vol == NULL) 482 async_answer_0(icall, E INVAL);482 async_answer_0(icall, ENOENT); 483 483 bd_conn(icall, &vol->hr_bds); 484 484 }
Note:
See TracChangeset
for help on using the changeset viewer.