Changeset ed41962 in mainline


Ignore:
Timestamp:
2025-05-07T18:38:51Z (3 months ago)
Author:
Miroslav Cimerman <mc@…>
Children:
e5ea5f8
Parents:
fde80323
Message:

hr: metadata/native: fix possible deadlock

File:
1 edited

Legend:

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

    rfde80323 red41962  
    379379
    380380                /* TODO: special case for REBUILD */
    381                 if (ext->state != HR_EXT_ONLINE)
     381                if (ext->state != HR_EXT_ONLINE) {
     382                        fibril_rwlock_read_unlock(&vol->states_lock);
    382383                        continue;
     384                }
    383385
    384386                fibril_rwlock_read_unlock(&vol->states_lock);
Note: See TracChangeset for help on using the changeset viewer.