Changeset cc94724 in mainline
- Timestamp:
- 2020-03-12T21:11:41Z (5 years ago)
- Parents:
- badfbc0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/udf/udf_ops.c
rbadfbc0 rcc94724 328 328 /* initialize block cache */ 329 329 errno_t rc = block_init(service_id, MAX_SIZE); 330 if (rc != EOK) 331 return rc; 330 if (rc != EOK) { 331 free(instance); 332 return rc; 333 } 332 334 333 335 rc = fs_instance_create(service_id, instance);
Note:
See TracChangeset
for help on using the changeset viewer.