Changeset da80de9 in mainline for uspace/srv/bd/hr/metadata/native.c


Ignore:
Timestamp:
2025-06-07T11:52:34Z (7 weeks ago)
Author:
Miroslav Cimerman <mc@…>
Children:
d482b05
Parents:
49da044
Message:

hr: move state callback to hr_ops_t

File:
1 edited

Legend:

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

    r49da044 rda80de9  
    389389                rc = meta_native_write_block(ext->svc_id, md_block);
    390390                if (with_state_callback && rc != EOK)
    391                         vol->state_callback(vol, i, rc);
     391                        vol->hr_ops.ext_state_cb(vol, i, rc);
    392392        }
    393393
     
    397397
    398398        if (with_state_callback)
    399                 vol->hr_ops.state_event(vol);
     399                vol->hr_ops.vol_state_eval(vol);
    400400
    401401        free(md_block);
Note: See TracChangeset for help on using the changeset viewer.