Changeset a57dde4 in mainline for uspace/srv/bd/hr/raid1.c
- Timestamp:
- 2025-03-28T21:28:21Z (4 months ago)
- Children:
- b04f7af
- Parents:
- 5fe0b9b5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/bd/hr/raid1.c
r5fe0b9b5 ra57dde4 147 147 errno_t hr_raid1_add_hotspare(hr_volume_t *vol, service_id_t hotspare) 148 148 { 149 HR_DEBUG(" hr_raid1_add_hotspare()\n");149 HR_DEBUG("%s()", __func__); 150 150 151 151 errno_t rc = EOK; … … 470 470 static errno_t hr_raid1_rebuild(void *arg) 471 471 { 472 HR_DEBUG(" hr_raid1_rebuild()\n");472 HR_DEBUG("%s()", __func__); 473 473 474 474 hr_volume_t *vol = arg;
Note:
See TracChangeset
for help on using the changeset viewer.