Changeset 53bff11 in mainline for uspace/srv/bd/vbd/disk.c
- Timestamp:
- 2024-08-20T10:28:09Z (3 months ago)
- Branches:
- master
- Children:
- a3ba37d
- Parents:
- 04e520e (diff), ddfe233 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - git-author:
- Vojtech Horky <vojtech.horky@…> (2024-08-20 10:28:09)
- git-committer:
- GitHub <noreply@…> (2024-08-20 10:28:09)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/bd/vbd/disk.c
r04e520e r53bff11 581 581 log_msg(LOG_DEFAULT, LVL_DEBUG, "block_fini(%zu)", sid); 582 582 block_fini(sid); 583 free(disk->svc_name); 583 584 free(disk); 584 585 return EOK;
Note:
See TracChangeset
for help on using the changeset viewer.