summaryrefslogtreecommitdiff
path: root/fs/f2fs/f2fs.h
diff options
context:
space:
mode:
authorChao Yu <yuchao0@huawei.com>2019-08-21 23:13:35 +0800
committerJaegeuk Kim <jaegeuk@kernel.org>2019-09-06 16:18:12 -0700
commit950d47f233522ad8ad4b914ae9ddc03db2811edb (patch)
treea056c773700ff8f493f0c5f68701fb72488b6123 /fs/f2fs/f2fs.h
parentfe76a166a1e3dd2cc906e5468fda9834029d6258 (diff)
f2fs: optimize case-insensitive lookups
This patch ports below casefold enhancement patch from ext4 to f2fs commit 3ae72562ad91 ("ext4: optimize case-insensitive lookups") Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'fs/f2fs/f2fs.h')
-rw-r--r--fs/f2fs/f2fs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/f2fs/f2fs.h b/fs/f2fs/f2fs.h
index d2b718e33f88..260c6b2dca97 100644
--- a/fs/f2fs/f2fs.h
+++ b/fs/f2fs/f2fs.h
@@ -2941,7 +2941,8 @@ struct dentry *f2fs_get_parent(struct dentry *child);
extern int f2fs_ci_compare(const struct inode *parent,
const struct qstr *name,
- const struct qstr *entry);
+ const struct qstr *entry,
+ bool quick);
/*
* dir.c