Changeset c9ef864 in mainline
- Timestamp:
- 2025-04-23T11:02:38Z (4 weeks ago)
- Children:
- 59ec1c50
- Parents:
- a261634
- git-author:
- Miroslav Cimerman <mc@…> (2025-04-23 11:01:37)
- git-committer:
- Miroslav Cimerman <mc@…> (2025-04-23 11:02:38)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/bd/hr/util.c
ra261634 rc9ef864 106 106 break; 107 107 case HR_LVL_4: 108 vol->hr_ops.create = hr_raid5_create;109 vol->hr_ops.init = hr_raid5_init;110 vol->hr_ops.status_event = hr_raid5_status_event;111 if (meta_flags & HR_METADATA_HOTSPARE_SUPPORT)112 vol->hr_ops.add_hotspare = hr_raid5_add_hotspare;113 break;114 108 case HR_LVL_5: 115 109 vol->hr_ops.create = hr_raid5_create;
Note:
See TracChangeset
for help on using the changeset viewer.