Changeset e0b7763 in mainline


Ignore:
Timestamp:
2024-08-30T14:49:23Z (9 months ago)
Author:
Miroslav Cimerman <mc@…>
Children:
da5c257
Parents:
4e84176
Message:

hr: fix volume list locking

File:
1 edited

Legend:

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

    r4e84176 re0b7763  
    201201        }
    202202
    203         fibril_mutex_lock(&hr_volumes_lock);
     203        fibril_mutex_unlock(&hr_volumes_lock);
    204204        return NULL;
    205205}
Note: See TracChangeset for help on using the changeset viewer.