Changeset 6ea5e7a in mainline for uspace/lib/ext4/src/ialloc.c
- Timestamp:
- 2018-12-13T13:32:42Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade
- Children:
- 3c8b0a8
- Parents:
- e2f20b9e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ext4/src/ialloc.c
re2f20b9e r6ea5e7a 216 216 * blocks. 217 217 */ 218 if (((free_inodes >= avg_free_inodes) || (bgid == bg_count - 1)219 || pick_first_free) && (free_blocks > 0)) {218 if (((free_inodes >= avg_free_inodes) || 219 (bgid == bg_count - 1) || pick_first_free) && (free_blocks > 0)) { 220 220 /* Load block with bitmap */ 221 221 uint32_t bitmap_block_addr = ext4_block_group_get_inode_bitmap(
Note:
See TracChangeset
for help on using the changeset viewer.