Changeset 57110ac8 in mainline


Ignore:
Timestamp:
2024-12-22T21:31:46Z (7 months ago)
Author:
Miroslav Cimerman <mc@…>
Children:
95158dac
Parents:
83c8bb2
Message:

hr: initialize range lock list and list lock

File:
1 edited

Legend:

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

    r83c8bb2 r57110ac8  
    236236        fibril_mutex_initialize(&new_volume->lock);
    237237
     238        list_initialize(&new_volume->range_lock_list);
     239        fibril_mutex_initialize(&new_volume->range_lock_list_lock);
     240
    238241        rc = new_volume->hr_ops.create(new_volume);
    239242        if (rc != EOK)
Note: See TracChangeset for help on using the changeset viewer.