From dee6a10ab37fef64f47ddfadeae02a9449fb9294 Mon Sep 17 00:00:00 2001 From: gkostka Date: Sat, 20 May 2017 09:23:54 +0200 Subject: ext4_dir_idx: make qsort as a default dir idx sort algorithm --- include/ext4_config.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include') diff --git a/include/ext4_config.h b/include/ext4_config.h index 8b8c6d8..56cabf2 100644 --- a/include/ext4_config.h +++ b/include/ext4_config.h @@ -88,11 +88,6 @@ 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 -#endif - /**@brief Include error codes from ext4_errno or standard library.*/ #ifndef CONFIG_HAVE_OWN_ERRNO #define CONFIG_HAVE_OWN_ERRNO 0 -- cgit v1.2.3