Re: [PATCH] ext4: Use generic casefolding support

From: Theodore Y. Ts'o
Date: Thu Oct 29 2020 - 03:21:50 EST


On Wed, Oct 28, 2020 at 05:08:20AM +0000, Daniel Rosenberg wrote:
> 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@xxxxxxxxxx>
> Reviewed-by: Eric Biggers <ebiggers@xxxxxxxxxx>

Applied, thanks.

- Ted