diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2018-03-07 12:47:04 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2018-03-29 15:07:46 -0400 |
commit | 903ddaf49329076862d65f7284d825759ff67bd6 (patch) | |
tree | 981c6906da5b0a5121a7310561fd664703f344ff | |
parent | 7a5cf791a747640adb2a1b5e3838321b26953a23 (diff) |
take out orphan externs (empty_string/slash_string)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
-rw-r--r-- | include/linux/dcache.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/dcache.h b/include/linux/dcache.h index 82a99d366aec..c84ffbfc5098 100644 --- a/include/linux/dcache.h +++ b/include/linux/dcache.h | |||
@@ -56,9 +56,7 @@ struct qstr { | |||
56 | 56 | ||
57 | #define QSTR_INIT(n,l) { { { .len = l } }, .name = n } | 57 | #define QSTR_INIT(n,l) { { { .len = l } }, .name = n } |
58 | 58 | ||
59 | extern const char empty_string[]; | ||
60 | extern const struct qstr empty_name; | 59 | extern const struct qstr empty_name; |
61 | extern const char slash_string[]; | ||
62 | extern const struct qstr slash_name; | 60 | extern const struct qstr slash_name; |
63 | 61 | ||
64 | struct dentry_stat_t { | 62 | struct dentry_stat_t { |