Changeset e0695ce in mainline for uspace/srv/bd/hr/hr.c


Ignore:
Timestamp:
2025-06-23T16:50:43Z (9 months ago)
Author:
Miroslav Cimerman <mc@…>
Children:
6a8c1569
Parents:
f18e36e
git-author:
Miroslav Cimerman <mc@…> (2025-06-23 16:47:52)
git-committer:
Miroslav Cimerman <mc@…> (2025-06-23 16:50:43)
Message:

hr: save REBUILD position

File:
1 edited

Legend:

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

    rf18e36e re0695ce  
    155155                goto error;
    156156
    157         rc = vol->meta_ops->save(vol, WITH_STATE_CALLBACK);
    158         if (rc != EOK)
    159                 goto error;
     157        vol->meta_ops->save(vol, WITH_STATE_CALLBACK);
    160158
    161159        rc = hr_register_volume(vol);
Note: See TracChangeset for help on using the changeset viewer.