f2fs: Use generic casefolding support
authorDaniel Rosenberg <drosen@google.com>
Wed, 8 Jul 2020 09:12:36 +0000 (02:12 -0700)
committerJaegeuk Kim <jaegeuk@kernel.org>
Thu, 10 Sep 2020 21:03:31 +0000 (14:03 -0700)
commiteca4873ee1b63ee051e0eed91099fa42c97b2438
tree53a79dd84b5d34746fdc2255b3d2e8a9638549b0
parentc843843e714c8f17280d7db009412b1b1baf448b
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 <drosen@google.com>
Reviewed-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/dir.c
fs/f2fs/f2fs.h
fs/f2fs/super.c
fs/f2fs/sysfs.c
include/linux/f2fs_fs.h