diff options
| author | gkostka <kostka.grzegorz@gmail.com> | 2017-05-20 09:23:54 +0200 |
|---|---|---|
| committer | gkostka <kostka.grzegorz@gmail.com> | 2017-05-20 10:12:47 +0200 |
| commit | dee6a10ab37fef64f47ddfadeae02a9449fb9294 (patch) | |
| tree | 3c955699e4a36b4cc325edd73bb975227a11fe23 /include | |
| parent | b1a34c56f4556f256fc16096190e77b69a715197 (diff) | |
ext4_dir_idx: make qsort as a default dir idx sort algorithm
Diffstat (limited to 'include')
| -rw-r--r-- | include/ext4_config.h | 5 |
1 files changed, 0 insertions, 5 deletions
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 |
