f2fs: introduce f2fs_casefolded_name slab cache
authorChao Yu <yuchao0@huawei.com>
Thu, 10 Jun 2021 23:46:30 +0000 (07:46 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Wed, 23 Jun 2021 08:09:35 +0000 (01:09 -0700)
commit4d9a2bb1a6babc9280a8b4e7a95ada9bf6e51e9a
tree3c2a014a9357318142f2fa97e85a4978a2275864
parent859fca6b706e005f7cf19aa2ce7bb4005bcef427
f2fs: introduce f2fs_casefolded_name slab cache

Add a slab cache: "f2fs_casefolded_name" for memory allocation
of casefold name.

Reviewed-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/dir.c
fs/f2fs/recovery.c
fs/f2fs/super.c