commit | eca4873ee1b63ee051e0eed91099fa42c97b2438 | [log] [tgz] |
---|---|---|
author | Daniel Rosenberg <[email protected]> | Wed Jul 08 02:12:36 2020 -0700 |
committer | Jaegeuk Kim <[email protected]> | Thu Sep 10 14:03:31 2020 -0700 |
tree | 53a79dd84b5d34746fdc2255b3d2e8a9638549b0 | |
parent | c843843e714c8f17280d7db009412b1b1baf448b [diff] |
f2fs: Use generic casefolding support This switches f2fs 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 <[email protected]> Reviewed-by: Eric Biggers <[email protected]> Signed-off-by: Jaegeuk Kim <[email protected]>