Hi,I found out that current tune2fs won't let me remove the casefold flag from a filesystem where it was once used, even after deleting all directories using the flag. A community debugging session later it seems to me that has_casefold_inode() in tune2fs.c will not only check used inodes but free ones as well, so it refuses because casefolded directories were present in the past and their inodes have not yet been reused.
Is this intentional or did we find a bug? Best regards, Fabian