commit | de8ff14cab998f51a3a289d2b58d6d440782f77e | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Sun May 10 14:52:52 2020 -0700 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Jun 03 23:16:53 2020 -0400 |
tree | 004db17f5cf57647c9b73861bcf9a5bbd0dd2457 | |
parent | 8ad8d710035edf8d14f8ecc5fa15f8e1a27ecb59 [diff] |
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>