Changeset 7eb033ce in mainline for uspace/srv/fs/ext4fs/ext4fs_ops.c


Ignore:
Timestamp:
2012-04-12T03:03:36Z (12 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1fff583
Parents:
81ee87cd
Message:

not debugged version of dir index initialization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/ext4fs/ext4fs_ops.c

    r81ee87cd r7eb033ce  
    510510                }
    511511
     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
    512524                uint16_t parent_links = ext4_inode_get_links_count(parent->inode_ref->inode);
    513525                parent_links++;
Note: See TracChangeset for help on using the changeset viewer.