Changeset da80de9 in mainline for uspace/srv/bd/hr/metadata/native.c
- Timestamp:
- 2025-06-07T11:52:34Z (7 weeks ago)
- Children:
- d482b05
- Parents:
- 49da044
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/bd/hr/metadata/native.c
r49da044 rda80de9 389 389 rc = meta_native_write_block(ext->svc_id, md_block); 390 390 if (with_state_callback && rc != EOK) 391 vol-> state_callback(vol, i, rc);391 vol->hr_ops.ext_state_cb(vol, i, rc); 392 392 } 393 393 … … 397 397 398 398 if (with_state_callback) 399 vol->hr_ops. state_event(vol);399 vol->hr_ops.vol_state_eval(vol); 400 400 401 401 free(md_block);
Note:
See TracChangeset
for help on using the changeset viewer.