Changeset 40bf2c6 in mainline for uspace/srv/bd/hr/raid1.c
- Timestamp:
- 2024-11-27T13:28:59Z (11 months ago)
- Children:
- 65706f1
- Parents:
- 8160e4c0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/bd/hr/raid1.c
r8160e4c0 r40bf2c6 474 474 ba += cnt; 475 475 left -= cnt; 476 477 /* 478 * Let other IO requests be served 479 * during rebuild. 480 */ 481 fibril_mutex_unlock(&vol->lock); 482 fibril_mutex_lock(&vol->lock); 476 483 } 477 484
Note:
See TracChangeset
for help on using the changeset viewer.