Re: [PATCH 1/5] ext4: Use generic casefolding support

2020-09-23 Thread Gabriel Krisman Bertazi
Eric Biggers writes: > On Wed, Sep 23, 2020 at 01:01:47AM +, Daniel Rosenberg wrote: >> This switches ext4 over to the generic support provided in >> the previous patch. >> >> Since casefolded dentries behave the same in ext4 and f2fs, we decrease >> the maintenance burden by unifying them,

Re: [PATCH 1/5] ext4: Use generic casefolding support

2020-09-22 Thread Eric Biggers
On Wed, Sep 23, 2020 at 01:01:47AM +, Daniel Rosenberg wrote: > This switches ext4 over to the generic support provided in > the previous patch. > > Since casefolded dentries behave the same in ext4 and f2fs, we decrease > the maintenance burden by unifying them, and any optimizations will >

[PATCH 1/5] ext4: Use generic casefolding support

2020-09-22 Thread Daniel Rosenberg
This switches ext4 over to the generic support provided in the previous patch. 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 Reviewed-by: Eric