Ignore:
Timestamp:
2012-04-12T03:03:36Z (12 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_filesystem.c

    r81ee87cd r7eb033ce  
    323323        }
    324324
    325         // TODO dir_index initialization
    326 
    327325        rc = ext4_filesystem_get_inode_ref(fs, index, inode_ref);
    328326        if (rc != EOK) {
     
    596594                rc = ext4_extent_find_block(inode_ref, iblock, &current_block);
    597595
     596                EXT4FS_DBG("ext: loading iblock \%u, address \%u", (uint32_t)iblock, current_block);
     597
    598598                if (rc != EOK) {
    599599                        return rc;
     
    917917        int rc;
    918918
     919        EXT4FS_DBG("");
     920
    919921        // Handle extents separately
    920922        if (ext4_superblock_has_feature_incompatible(
     
    932934        uint32_t block_size = ext4_superblock_get_block_size(sb);
    933935
     936        // TODO zarovnat inode size a ne assert!!!
    934937        assert(inode_size % block_size == 0);
    935938
Note: See TracChangeset for help on using the changeset viewer.