summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Rosenberg <drosen@google.com>2016-03-23 16:39:30 -0700
committerDaniel Rosenberg <drosen@google.com>2016-03-23 17:48:27 -0700
commit7581abb2ceff034995e098de33282f4c7c8dd0c7 (patch)
tree9548d6ac3e31a5192e95a1d2495ff2fdb627f8de /include
parent2dea38519013642e4cdba450151f8328a0763fad (diff)
sdcardfs: remove effectless config option
CONFIG_SDCARD_FS_CI_SEARCH only guards a define for LOOKUP_CASE_INSENSITIVE, which is never used in the kernel. Remove both, along with the option matching that supports it. Change-Id: I363a8f31de8ee7a7a934d75300cc9ba8176e2edf Signed-off-by: Daniel Rosenberg <drosen@google.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/namei.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/namei.h b/include/linux/namei.h
index 47b53673ec61..d53c25453aca 100644
--- a/include/linux/namei.h
+++ b/include/linux/namei.h
@@ -43,7 +43,6 @@ enum {LAST_NORM, LAST_ROOT, LAST_DOT, LAST_DOTDOT, LAST_BIND};
#define LOOKUP_JUMPED 0x1000
#define LOOKUP_ROOT 0x2000
#define LOOKUP_EMPTY 0x4000
-#define LOOKUP_CASE_INSENSITIVE 0x8000
extern int user_path_at_empty(int, const char __user *, unsigned, struct path *, int *empty);