Changeset dfa2313 in mainline for uspace/srv/bd/hr/hr.c


Ignore:
Timestamp:
2024-11-15T21:21:29Z (8 months ago)
Author:
Miroslav Cimerman <mc@…>
Children:
d199a6f
Parents:
64eba57
Message:

hr: rename HR_MAXDEVS → HR_MAX_EXTENTS

File:
1 edited

Legend:

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

    r64eba57 rdfa2313  
    312312        list_foreach(hr_volumes, lvolumes, hr_volume_t, vol) {
    313313                memcpy(info.extents, vol->extents,
    314                     sizeof(hr_extent_t) * HR_MAXDEVS);
     314                    sizeof(hr_extent_t) * HR_MAX_EXTENTS);
    315315                info.svc_id = vol->svc_id;
    316316                info.extent_no = vol->dev_no;
Note: See TracChangeset for help on using the changeset viewer.