Changeset 83ff12f in mainline


Ignore:
Timestamp:
2025-06-09T22:41:51Z (4 days ago)
Author:
Miroslav Cimerman <mc@…>
Children:
7fba146
Parents:
177f6ff
Message:

hr: raid0.c: no need to increment md_counter

File:
1 edited

Legend:

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

    r177f6ff r83ff12f  
    134134        fibril_mutex_lock(&vol->md_lock);
    135135
    136         vol->meta_ops->inc_counter(vol->in_mem_md);
    137         /* TODO: save right away */
    138 
    139136        fibril_mutex_unlock(&vol->md_lock);
    140137
     
    155152                }
    156153        }
     154
    157155        fibril_rwlock_read_unlock(&vol->states_lock);
    158156
Note: See TracChangeset for help on using the changeset viewer.