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


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/var.h

    r4d42a1b r10005fd  
    106106        fibril_rwlock_t states_lock;
    107107
    108         /* for halting IO requests when a REBUILD start waits */
    109         bool halt_please;
    110         fibril_mutex_t halt_lock;
    111 
    112108        _Atomic bool state_changed;
    113109        _Atomic uint64_t rebuild_blk;
Note: See TracChangeset for help on using the changeset viewer.