Changeset aaf741f in mainline for uspace/srv/bd/hr/metadata/foreign/softraid
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/bd/hr/metadata/foreign/softraid/hr_softraid.c
r8ad48d1c raaf741f 183 183 vol->strip_size = main_meta->ssdi.ssd_strip_size; 184 184 185 vol->in_mem_md = calloc(1, SR_META_SIZE * DEV_BSIZE); 186 if (vol->in_mem_md == NULL) 187 return ENOMEM; 185 188 memcpy(vol->in_mem_md, main_meta, SR_META_SIZE * DEV_BSIZE); 186 189
Note:
See TracChangeset
for help on using the changeset viewer.
