Samsung SCH-I545 (Verizon) source updates
/include/linux/namei.h
blob:c2670768c2c23c47b01d90120b18d514eb7ebe99 -> blob:ffc02135c483c2c6363eed8dc0a4b15b2def6656
--- include/linux/namei.h
+++ include/linux/namei.h
@@ -65,9 +65,6 @@ 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);