Changeset 800d188 in mainline for uspace/srv/bd/hr/raid5.c


Ignore:
Timestamp:
2025-04-15T07:00:31Z (3 months ago)
Author:
Miroslav Cimerman <mc@…>
Children:
29e7cc7
Parents:
ca7fa5b
git-author:
Miroslav Cimerman <mc@…> (2025-04-15 06:55:25)
git-committer:
Miroslav Cimerman <mc@…> (2025-04-15 07:00:31)
Message:

hr: metadata saving on stop

New bool argument for hr_metadata_save() to indicate if
we want callback too (on array stop we don't, so we won't
init a rebuild).

File:
1 edited

Legend:

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

    rca7fa5b r800d188  
    845845        hr_update_ext_status(vol, bad, HR_EXT_ONLINE);
    846846
    847         rc = hr_metadata_save(vol);
     847        rc = hr_metadata_save(vol, WITH_STATE_CALLBACK);
    848848
    849849end:
Note: See TracChangeset for help on using the changeset viewer.