Changeset 7eb033ce in mainline for uspace/srv/fs/ext4fs/ext4fs_ops.c
- Timestamp:
- 2012-04-12T03:03:36Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1fff583
- Parents:
- 81ee87cd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/ext4fs/ext4fs_ops.c
r81ee87cd r7eb033ce 510 510 } 511 511 512 // if (ext4_superblock_has_feature_compatible( 513 // fs->superblock, EXT4_FEATURE_COMPAT_DIR_INDEX)) { 514 // 515 // rc = ext4_directory_dx_init(child->inode_ref); 516 // if (rc != EOK) { 517 // return rc; 518 // } 519 // 520 // ext4_inode_set_flag(child->inode_ref->inode, EXT4_INODE_FLAG_INDEX); 521 // child->inode_ref->dirty = true; 522 // } 523 512 524 uint16_t parent_links = ext4_inode_get_links_count(parent->inode_ref->inode); 513 525 parent_links++;
Note:
See TracChangeset
for help on using the changeset viewer.