Changeset a872fc09 in mainline
- Timestamp:
- 2012-03-06T10:22:21Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b53a733
- Parents:
- 2f2feadb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ext4/libext4_filesystem.c
r2f2feadb 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.