Changeset c6a44a3 in mainline
- Timestamp:
- 2012-04-07T13:07:25Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5b16912
- Parents:
- f3676f3c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ext4/libext4_balloc.c
rf3676f3c rc6a44a3 165 165 assert(block_group_first == block_group_last); 166 166 167 ext4_block_group_ref_t *bg_ref; 167 168 rc = ext4_filesystem_get_block_group_ref(fs, block_group_first, &bg_ref); 168 169 if (rc != EOK) {
Note:
See TracChangeset
for help on using the changeset viewer.