Changeset 10005fd in mainline for uspace/srv/bd/hr/hr.c


Ignore:
Timestamp:
2025-03-06T20:13:51Z (7 months ago)
Author:
Miroslav Cimerman <mc@…>
Children:
d6fe2a1
Parents:
4d42a1b
Message:

hr: remove vol→halt_please bit and vol→halt_lock

RW locks are not write-starved now

File:
1 edited

Legend:

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

    r4d42a1b r10005fd  
    249249        fibril_mutex_initialize(&new_volume->lock); /* XXX: will remove this */
    250250
    251         fibril_mutex_initialize(&new_volume->halt_lock);
    252         new_volume->halt_please = false;
    253 
    254251        fibril_rwlock_initialize(&new_volume->extents_lock);
    255252        fibril_rwlock_initialize(&new_volume->states_lock);
Note: See TracChangeset for help on using the changeset viewer.