Home
last modified time | relevance | path

Searched hist:f8f4acb6cded4e455b2d390ce2221391fc3f09ee (Results 1 – 1 of 1) sorted by relevance

/linux/fs/ext4/
H A Dhash.cdiff f8f4acb6cded4e455b2d390ce2221391fc3f09ee Wed Oct 28 06:08:20 CET 2020 Daniel Rosenberg <drosen@google.com> 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>