Changeset ca212a51 in mainline for uspace/srv/bd/hr/raid5.c
- Timestamp:
- 2025-07-11T20:13:38Z (9 months ago)
- Children:
- a0abd46
- Parents:
- b127da2f
- File:
-
- 1 edited
-
uspace/srv/bd/hr/raid5.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/bd/hr/raid5.c
rb127da2f rca212a51 131 131 vol->data_blkno = single_sz * (vol->extent_no - 1); 132 132 133 vol->strip_size = HR_STRIP_SIZE;133 vol->strip_size = hr_closest_pow2(HR_STRIP_SIZE / (vol->extent_no - 1)); 134 134 135 135 if (vol->level == HR_LVL_4)
Note:
See TracChangeset
for help on using the changeset viewer.
