Samsung SPH-L720 (Sprint) source updates
/include/linux/namei.h
blob:ffc02135c483c2c6363eed8dc0a4b15b2def6656 -> blob:c2670768c2c23c47b01d90120b18d514eb7ebe99
--- include/linux/namei.h
+++ include/linux/namei.h
@@ -65,6 +65,9 @@ enum {LAST_NORM, LAST_ROOT, LAST_DOT, LA
#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);