Index: uspace/srv/fs/ext4fs/ext4fs_ops.c
===================================================================
--- uspace/srv/fs/ext4fs/ext4fs_ops.c	(revision 1196df68031af4bfbb2484851bef728c95910e57)
+++ uspace/srv/fs/ext4fs/ext4fs_ops.c	(revision 7eb033ce26d136253e30c087e3f152a1089e3fed)
@@ -510,4 +510,16 @@
 		}
 
+//		if (ext4_superblock_has_feature_compatible(
+//				fs->superblock, EXT4_FEATURE_COMPAT_DIR_INDEX)) {
+//
+//			rc = ext4_directory_dx_init(child->inode_ref);
+//			if (rc != EOK) {
+//				return rc;
+//			}
+//
+//			ext4_inode_set_flag(child->inode_ref->inode, EXT4_INODE_FLAG_INDEX);
+//			child->inode_ref->dirty = true;
+//		}
+
 		uint16_t parent_links = ext4_inode_get_links_count(parent->inode_ref->inode);
 		parent_links++;
