take out orphan externs (empty_string/slash_string)
authorAl Viro <viro@zeniv.linux.org.uk>
Wed, 7 Mar 2018 17:47:04 +0000 (12:47 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 29 Mar 2018 19:07:46 +0000 (15:07 -0400)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
include/linux/dcache.h

index 82a99d366aece7acb77a1ecf5ab9809ada60fbe4..c84ffbfc5098bb6c80398e18d4c030a7075998eb 100644 (file)
@@ -56,9 +56,7 @@ struct qstr {
 
 #define QSTR_INIT(n,l) { { { .len = l } }, .name = n }
 
-extern const char empty_string[];
 extern const struct qstr empty_name;
-extern const char slash_string[];
 extern const struct qstr slash_name;
 
 struct dentry_stat_t {