Changeset 2f21cd4 in mainline for uspace/srv/bd/hr/util.c
- Timestamp:
- 2025-05-08T17:40:57Z (4 weeks ago)
- Children:
- 00d80c6
- Parents:
- aca1777
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/bd/hr/util.c
raca1777 r2f21cd4 1038 1038 } 1039 1039 1040 if (hs_blkno - vol->meta_ops->get_size()< vol->truncated_blkno) {1040 if (hs_blkno < vol->truncated_blkno) { 1041 1041 HR_ERROR("%s(): hotspare (%" PRIun ") doesn't have enough " 1042 1042 "blocks\n", __func__, hotspare);
Note:
See TracChangeset
for help on using the changeset viewer.