Changeset e2f20b9e in mainline for uspace/lib/ext4/include


Ignore:
Timestamp:
2018-12-13T13:29:38Z (7 years ago)
Author:
Maurizio Lombardi <mlombard@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6ea5e7a
Parents:
91fcbabc
Message:

libext4: fixes to flex support in ext4_balloc_get_first_data_block_in_group()

The "first data block in group" was not calculated correctly.
As a consequence, the ext4 filesystem was not able to fully utilize
the available disk space

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ext4/include/ext4/superblock.h

    r91fcbabc re2f20b9e  
    147147extern void ext4_superblock_set_reserved_gdt_blocks(ext4_superblock_t *sb,
    148148    uint32_t n);
     149extern uint32_t ext4_superblock_get_flex_group_size(ext4_superblock_t *sb);
    149150
    150151/* More complex superblock functions */
Note: See TracChangeset for help on using the changeset viewer.