aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorDaniel Campello <campello@google.com>2015-06-19 14:31:25 -0700
committerMister Oyster <oysterized@gmail.com>2017-04-11 10:59:47 +0200
commitd2a5f00150e6cbf4bf8bb5c980358e55db3b14bb (patch)
tree99fdec6f5a69944563069fd22726629355a453c7 /include/linux
parente1d2de1a3eddff67db1e339e103a16f09858b5d4 (diff)
Initial port of sdcardfs
Change-Id: I5b5772a2bbff9f3a7dda641644630a7b8afacec0
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/namei.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/namei.h b/include/linux/namei.h
index 5a5ff57ce..292afe46f 100644
--- a/include/linux/namei.h
+++ b/include/linux/namei.h
@@ -55,6 +55,9 @@ enum {LAST_NORM, LAST_ROOT, LAST_DOT, LAST_DOTDOT, LAST_BIND};
#define LOOKUP_JUMPED 0x1000
#define LOOKUP_ROOT 0x2000
#define LOOKUP_EMPTY 0x4000
+#ifdef CONFIG_SDCARD_FS_CI_SEARCH
+#define LOOKUP_CASE_INSENSITIVE 0x8000
+#endif
extern int user_path_at(int, const char __user *, unsigned, struct path *);
extern int user_path_at_empty(int, const char __user *, unsigned, struct path *, int *empty);