Changeset c9ef864 in mainline


Ignore:
Timestamp:
2025-04-23T11:02:38Z (4 weeks ago)
Author:
Miroslav Cimerman <mc@…>
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)
Message:

hr: util.c: hr_create_vol_struct: HR_LVL_4 fallthrough

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/bd/hr/util.c

    ra261634 rc9ef864  
    106106                break;
    107107        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;
    114108        case HR_LVL_5:
    115109                vol->hr_ops.create = hr_raid5_create;
Note: See TracChangeset for help on using the changeset viewer.