Changeset 2ee0e4a1 in mainline
- Timestamp:
- 2018-04-15T19:15:09Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 902dd4b
- Parents:
- 363fe7e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/udf/udf_volume.c
r363fe7e r2ee0e4a1 210 210 udf_anchor_volume_descriptor_t *avd) 211 211 { 212 uint32_t default_sector_size[] = { 512, 1024, 2048, 4096, 8192, 0};212 uint32_t default_sector_size[] = { 512, 1024, 2048, 4096, 8192, 0 }; 213 213 214 214 udf_instance_t *instance; … … 764 764 765 765 sct = ALL_UP((sizeof(udf_unallocated_space_descriptor_t) + 766 FLE32(vol->unallocated.allocation_descriptors_num) *766 FLE32(vol->unallocated.allocation_descriptors_num) * 767 767 sizeof(udf_extent_t)), sizeof(udf_common_descriptor_t)); 768 768 instance->uaspace_start = pos;
Note:
See TracChangeset
for help on using the changeset viewer.