Changeset af73327a in mainline for uspace/srv/bd/hr/raid0.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/raid0.c

    rdbb1e3f raf73327a  
    8888
    8989        if (new_volume->extent_no < 2) {
    90                 HR_ERROR("RAID 0 array needs at least 2 devices\n");
     90                HR_ERROR("RAID 0 volume needs at least 2 devices\n");
    9191                return EINVAL;
    9292        }
Note: See TracChangeset for help on using the changeset viewer.