Changeset 292c843 in mainline
- Timestamp:
- 2012-07-10T10:49:18Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6f10638
- Parents:
- 9aa82e6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ext4/libext4_balloc.c
r9aa82e6 r292c843 460 460 } 461 461 462 allocated_block = goal; 462 allocated_block = ext4_balloc_index_in_group2blockaddr( 463 sb, index_in_group, block_group); 464 463 465 goto success; 464 466
Note:
See TracChangeset
for help on using the changeset viewer.