Changeset af73327a in mainline for uspace/srv/bd/hr/raid5.c


Ignore:
Timestamp:
2025-05-08T21:20:23Z (3 weeks ago)
Author:
Miroslav Cimerman <mc@…>
Children:
52e40513
Parents:
dbb1e3f
Message:

hr: use the term 'volume' instead of 'array'

File:
1 edited

Legend:

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

    rdbb1e3f raf73327a  
    9999
    100100        if (new_volume->extent_no < 3) {
    101                 HR_ERROR("RAID 5 array needs at least 3 devices\n");
     101                HR_ERROR("RAID 5 volume needs at least 3 devices\n");
    102102                return EINVAL;
    103103        }
Note: See TracChangeset for help on using the changeset viewer.