Changeset 1162b6c in mainline
- Timestamp:
- 2025-07-07T00:54:46Z (6 months ago)
- Children:
- 15e51b05
- Parents:
- 3b14bda
- File:
-
- 1 edited
-
uspace/srv/bd/hr/raid1.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/bd/hr/raid1.c
r3b14bda r1162b6c 459 459 fibril_rwlock_read_unlock(&vol->states_lock); 460 460 461 if (good == 0) 462 return 0; 463 461 464 size_t cnt_per_ext = (cnt + good - 1) / good; 462 465 if (cnt_per_ext * vol->bsize < HR_RAID1_READ_STRATEGY_SPLIT_THRESHOLD)
Note:
See TracChangeset
for help on using the changeset viewer.
