Changeset 7b359f5 in mainline for uspace/srv/bd/hr/raid1.c
- Timestamp:
- 2024-11-15T21:45:31Z (6 months ago)
- Children:
- e76e12d8
- Parents:
- d199a6f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/bd/hr/raid1.c
rd199a6f r7b359f5 125 125 } 126 126 127 void hr_raid1_status_event(hr_volume_t *vol) 128 { 129 fibril_mutex_lock(&vol->lock); 130 (void) hr_raid1_update_vol_status(vol); 131 fibril_mutex_unlock(&vol->lock); 132 } 133 127 134 static errno_t hr_raid1_bd_open(bd_srvs_t *bds, bd_srv_t *bd) 128 135 {
Note:
See TracChangeset
for help on using the changeset viewer.