From d2a5f00150e6cbf4bf8bb5c980358e55db3b14bb Mon Sep 17 00:00:00 2001 From: Daniel Campello Date: Fri, 19 Jun 2015 14:31:25 -0700 Subject: Initial port of sdcardfs Change-Id: I5b5772a2bbff9f3a7dda641644630a7b8afacec0 --- include/linux/namei.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/linux') 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); -- cgit v1.2.3