]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: use generic casefolding support
authorDaniel Rosenberg <drosen@google.com>
Wed, 28 Oct 2020 05:08:20 +0000 (05:08 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 28 Oct 2020 17:43:13 +0000 (13:43 -0400)
commit127626ef17f8ac576760311184706a192ef4e3c4
tree38cbd858e1b24e8641ff728d1a1047b219e73b0e
parent48431a4ec6e429e7688ce3cf2ed44b644646c437
ext4: use generic casefolding support

This switches ext4 over to the generic support provided in libfs.

Since casefolded dentries behave the same in ext4 and f2fs, we decrease
the maintenance burden by unifying them, and any optimizations will
immediately apply to both.

Signed-off-by: Daniel Rosenberg <drosen@google.com>
Reviewed-by: Eric Biggers <ebiggers@google.com>
Link: https://lore.kernel.org/r/20201028050820.1636571-1-drosen@google.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/dir.c
fs/ext4/ext4.h
fs/ext4/hash.c
fs/ext4/namei.c
fs/ext4/super.c