projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a5cf79
)
take out orphan externs (empty_string/slash_string)
author
Al Viro
<viro@zeniv.linux.org.uk>
Wed, 7 Mar 2018 17:47:04 +0000
(12:47 -0500)
committer
Al 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
patch
|
blob
|
history
diff --git
a/include/linux/dcache.h
b/include/linux/dcache.h
index 82a99d366aece7acb77a1ecf5ab9809ada60fbe4..c84ffbfc5098bb6c80398e18d4c030a7075998eb 100644
(file)
--- 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 {