Commit 903ddaf4 authored by Al Viro's avatar Al Viro

take out orphan externs (empty_string/slash_string)

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 7a5cf791
...@@ -56,9 +56,7 @@ struct qstr { ...@@ -56,9 +56,7 @@ struct qstr {
#define QSTR_INIT(n,l) { { { .len = l } }, .name = n } #define QSTR_INIT(n,l) { { { .len = l } }, .name = n }
extern const char empty_string[];
extern const struct qstr empty_name; extern const struct qstr empty_name;
extern const char slash_string[];
extern const struct qstr slash_name; extern const struct qstr slash_name;
struct dentry_stat_t { struct dentry_stat_t {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment