Changeset 1f63d9d in mainline
- Timestamp:
- 2013-11-28T21:06:49Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d4d5b17
- Parents:
- e5a1ace3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ext4/libext4_balloc.c
re5a1ace3 r1f63d9d 551 551 } 552 552 553 ext4_filesystem_put_block_group_ref(bg_ref);553 rc = ext4_filesystem_put_block_group_ref(bg_ref); 554 554 if (rc != EOK) 555 555 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.