Changeset 8958a26 in mainline for uspace/lib/ext4/libext4_filesystem.c
- Timestamp:
- 2011-10-11T19:06:10Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1a7756a
- Parents:
- acd869e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ext4/libext4_filesystem.c
racd869e r8958a26 301 301 block_t *block; 302 302 303 // TODO extents 303 /* Handle inode using extents */ 304 // TODO check "extents" feature in superblock ??? 304 305 if (ext4_inode_has_flag(inode, EXT4_INODE_FLAG_EXTENTS)) { 305 EXT4FS_DBG("Inode contains Extent");306 // TODO307 /*308 306 current_block = ext4_inode_get_extent_block(inode, iblock); 309 307 *fblock = current_block; 310 308 return EOK; 311 */312 309 313 310 }
Note:
See TracChangeset
for help on using the changeset viewer.