From: Al Viro Date: Wed, 7 Mar 2018 17:47:04 +0000 (-0500) Subject: take out orphan externs (empty_string/slash_string) X-Git-Tag: v4.17-rc1~139^2~8 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=903ddaf49329076862d65f7284d825759ff67bd6;p=linux.git take out orphan externs (empty_string/slash_string) Signed-off-by: Al Viro --- 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 { #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 {