Changeset 8958a26 in mainline for uspace/lib/ext4/libext4_filesystem.c


Ignore:
Timestamp:
2011-10-11T19:06:10Z (14 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1a7756a
Parents:
acd869e
Message:

Extent reading (only with zero depth)

File:
1 edited

Legend:

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

    racd869e r8958a26  
    301301        block_t *block;
    302302
    303         // TODO extents
     303        /* Handle inode using extents */
     304        // TODO check "extents" feature in superblock ???
    304305        if (ext4_inode_has_flag(inode, EXT4_INODE_FLAG_EXTENTS)) {
    305                 EXT4FS_DBG("Inode contains Extent");
    306                 // TODO
    307                 /*
    308306                current_block = ext4_inode_get_extent_block(inode, iblock);
    309307                *fblock = current_block;
    310308                return EOK;
    311                 */
    312309
    313310        }
Note: See TracChangeset for help on using the changeset viewer.