- Timestamp:
- 2012-03-06T10:22:21Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b53a733
- Parents:
- 2f2feadb
- File:
- 
      - 1 edited
 
 - 
          
  uspace/lib/ext4/libext4_filesystem.c (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      uspace/lib/ext4/libext4_filesystem.cr2f2feadb ra872fc09 503 503 504 504 /* 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) && 506 506 ext4_inode_has_flag(inode, EXT4_INODE_FLAG_EXTENTS)) { 507 507 current_block = ext4_inode_get_extent_block(inode, iblock, fs->device); 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
