commit | fe76a166a1e3dd2cc906e5468fda9834029d6258 | [log] [tgz] |
---|---|---|
author | Chao Yu <yuchao0@huawei.com> | Wed Aug 21 23:13:34 2019 +0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Fri Aug 23 07:57:15 2019 -0700 |
tree | 7f13defe5bb8b1eec65c68f1722b62e381fc0563 | |
parent | bbf9f7d90f21e05e31b7cdd95b32f64dd2819dfe [diff] |
f2fs: introduce f2fs_match_name() for cleanup This patch introduces f2fs_match_name() for cleanup. BTW, it avoids to fallback to normal comparison once it doesn't match casefolded name. Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>