Bjoern Voigt wrote:
I also could not find any dir_index related functions within the ext3.ko kernel module:
$ nm /lib/modules/2.6.18.8-0.5-default/kernel/fs/ext3/ext3.ko | grep make_indexed_dir
Sorry, it was my fault. "nm" is not correct here, "strings" is better: $ strings /lib/modules/2.6.18.8-0.5-default/kernel/fs/ext3/ext3.ko | grep make_indexed_dir make_indexed_dir Also "CONFIG_EXT3_INDEX" is automatically defined (from: linux-2.6.22.5/include/linux/ext3_fs.h): /* * Always enable hashed directories */ #define CONFIG_EXT3_INDEX So probably everything works fine. The Wiki page http://wiki.dovecot.org/MailboxFormat/Maildir confused me. I updated this Wiki page. Björn -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org