Changeset 1a7756a in mainline for uspace/lib/ext4/libext4_filesystem.c


Ignore:
Timestamp:
2011-10-12T09:37:59Z (13 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1ccc32f
Parents:
8958a26
Message:

support for reading more complex extents (tree with nonzero depth)

File:
1 edited

Legend:

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

    r8958a26 r1a7756a  
    304304        // TODO check "extents" feature in superblock ???
    305305        if (ext4_inode_has_flag(inode, EXT4_INODE_FLAG_EXTENTS)) {
    306                 current_block = ext4_inode_get_extent_block(inode, iblock);
     306                current_block = ext4_inode_get_extent_block(inode, iblock, fs->device);
    307307                *fblock = current_block;
    308308                return EOK;
Note: See TracChangeset for help on using the changeset viewer.