ext4: add casefold flag to EXT4_INODE_* flags
authorEric Biggers <ebiggers@google.com>
Sun, 10 May 2020 21:52:52 +0000 (14:52 -0700)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 4 Jun 2020 03:16:53 +0000 (23:16 -0400)
commitde8ff14cab998f51a3a289d2b58d6d440782f77e
tree004db17f5cf57647c9b73861bcf9a5bbd0dd2457
parent8ad8d710035edf8d14f8ecc5fa15f8e1a27ecb59
ext4: add casefold flag to EXT4_INODE_* flags

No one currently needs EXT4_INODE_CASEFOLD, but add it to keep the
EXT4_INODE_* definitions in sync with the EXT4_*_FL definitions.

Also make it clearer that the casefold flag is only for directories.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Link: https://lore.kernel.org/r/20200510215252.87833-1-ebiggers@kernel.org
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/ext4.h