Changeset 1e36e6a in mainline for uspace/lib/ext4/src/ialloc.c
- Timestamp:
- 2018-12-13T08:37:56Z (6 years ago)
- Parents:
- ee23f85
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ext4/src/ialloc.c
ree23f85 r1e36e6a 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.