ext4_dir: fix non existing entry creation issue
[lwext4.git] / include / ext4_config.h
index 8b8c6d8a52e67b3d7474bcbcd4d85cf3478adedc..72dcdc3e2da3e9574deae81c96337de13035616f 100644 (file)
@@ -88,9 +88,14 @@ extern "C" {
 #define CONFIG_JOURNALING_ENABLE 1
 #endif
 
-/**@brief   Enable directory indexing comb sort*/
-#ifndef CONFIG_DIR_INDEX_COMB_SORT
-#define CONFIG_DIR_INDEX_COMB_SORT 1
+/**@brief  Enable/disable xattr*/
+#ifndef CONFIG_XATTR_ENABLE
+#define CONFIG_XATTR_ENABLE 1
+#endif
+
+/**@brief  Enable/disable extents*/
+#ifndef CONFIG_EXTENTS_ENABLE
+#define CONFIG_EXTENTS_ENABLE 1
 #endif
 
 /**@brief   Include error codes from ext4_errno or standard library.*/