Ignore:
Timestamp:
2012-04-12T03:03:36Z (13 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1fff583
Parents:
81ee87cd
Message:

not debugged version of dir index initialization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ext4/libext4_superblock.c

    r81ee87cd r7eb033ce  
    369369}
    370370
     371uint8_t ext4_superblock_get_default_hash_version(ext4_superblock_t *sb)
     372{
     373        return sb->default_hash_version;
     374}
     375
     376void ext4_superblock_set_default_hash_version(ext4_superblock_t *sb, uint8_t version)
     377{
     378        sb->default_hash_version = version;
     379}
     380
    371381uint16_t ext4_superblock_get_desc_size(ext4_superblock_t *sb)
    372382{
Note: See TracChangeset for help on using the changeset viewer.