Changeset 91fc2dae in mainline for uspace/lib/ext4/include/ext4/cfg.h


Ignore:
Timestamp:
2018-12-13T09:06:40Z (5 years ago)
Author:
Maurizio Lombardi <mlombard@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4d7bf35
Parents:
c9c1ccd
git-author:
Maurizio Lombardi <mlombard@…> (2018-12-12 18:11:04)
git-committer:
Maurizio Lombardi <mlombard@…> (2018-12-13 09:06:40)
Message:

libext4: fs creation should support different block sizes, not only 1k

This was not possible before because of some wrong assumptions in
ext4_superblock_get_blocks_in_group() and
ext4_superblock_get_group_backup_blocks()
and hardcoded values in ext4_superblock_create()

File:
1 edited

Legend:

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

    rc9c1ccd r91fc2dae  
    5353        /** Volume name encoded as UTF-8 string */
    5454        const char *volume_name;
     55        /** Filesystem block size */
     56        size_t bsize;
    5557} ext4_cfg_t;
    5658
Note: See TracChangeset for help on using the changeset viewer.