Changeset 78433bb in mainline for uspace/srv/bd/hr/util.c
- Timestamp:
- 2025-06-27T21:02:40Z (9 months ago)
- Children:
- aa9bad8
- Parents:
- c69cbef
- git-author:
- Miroslav Cimerman <mc@…> (2025-06-27 21:01:51)
- git-committer:
- Miroslav Cimerman <mc@…> (2025-06-27 21:02:40)
- File:
-
- 1 edited
-
uspace/srv/bd/hr/util.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/bd/hr/util.c
rc69cbef r78433bb 159 159 } 160 160 161 vol->in_mem_md = vol->meta_ops->alloc_struct();162 if (vol->in_mem_md == NULL) {163 free(vol->fge);164 rc = ENOMEM;165 goto error;166 }167 168 161 vol->state = HR_VOL_NONE; 169 162
Note:
See TracChangeset
for help on using the changeset viewer.
