Changeset a872fc09 in mainline


Ignore:
Timestamp:
2012-03-06T10:22:21Z (13 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b53a733
Parents:
2f2feadb
Message:

bugfix - bad function called to check filesystem feature

File:
1 edited

Legend:

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

    r2f2feadb ra872fc09  
    503503
    504504        /* Handle inode using extents */
    505         if (ext4_superblock_has_feature_compatible(fs->superblock, EXT4_FEATURE_INCOMPAT_EXTENTS) &&
     505        if (ext4_superblock_has_feature_incompatible(fs->superblock, EXT4_FEATURE_INCOMPAT_EXTENTS) &&
    506506                        ext4_inode_has_flag(inode, EXT4_INODE_FLAG_EXTENTS)) {
    507507                current_block = ext4_inode_get_extent_block(inode, iblock, fs->device);
Note: See TracChangeset for help on using the changeset viewer.