Changeset 7b359f5 in mainline for uspace/srv/bd/hr/raid1.c


Ignore:
Timestamp:
2024-11-15T21:45:31Z (6 months ago)
Author:
Miroslav Cimerman <mc@…>
Children:
e76e12d8
Parents:
d199a6f
Message:

hr: status/state event function for each RAID

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/bd/hr/raid1.c

    rd199a6f r7b359f5  
    125125}
    126126
     127void 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
    127134static errno_t hr_raid1_bd_open(bd_srvs_t *bds, bd_srv_t *bd)
    128135{
Note: See TracChangeset for help on using the changeset viewer.