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.h

    r81ee87cd r7eb033ce  
    114114extern void ext4_superblock_set_last_orphan(ext4_superblock_t *, uint32_t);
    115115extern uint32_t* ext4_superblock_get_hash_seed(ext4_superblock_t *);
     116extern uint8_t ext4_superblock_get_default_hash_version(ext4_superblock_t *);
     117extern void ext4_superblock_set_default_hash_version(ext4_superblock_t *, uint8_t);
    116118/*
    117 uint8_t s_def_hash_version; // Default hash version to use
    118119uint8_t s_jnl_backup_type;
    119120*/
Note: See TracChangeset for help on using the changeset viewer.