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:
e662145
)
autofs: drop unnecessary extern in autofs_i.h
author
Tomohiro Kusumi
<
[email protected]
>
Tue, 11 Oct 2016 20:52:28 +0000
(13:52 -0700)
committer
Linus Torvalds
<
[email protected]
>
Tue, 11 Oct 2016 22:06:31 +0000
(15:06 -0700)
autofs4_kill_sb() doesn't need to be declared as extern, and no other
functions in .h are explicitly declared as extern.
Link:
http://lkml.kernel.org/r/
[email protected]
Signed-off-by: Tomohiro Kusumi <
[email protected]
>
Signed-off-by: Ian Kent <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
fs/autofs4/autofs_i.h
patch
|
blob
|
history
diff --git
a/fs/autofs4/autofs_i.h
b/fs/autofs4/autofs_i.h
index a439548de785dde9497ed13b2063b696ed773d7f..eb870551a7cf30cee68883f8faf8560db501dec3 100644
(file)
--- a/
fs/autofs4/autofs_i.h
+++ b/
fs/autofs4/autofs_i.h
@@
-271,4
+271,4
@@
static inline void autofs4_del_expiring(struct dentry *dentry)
}
}
-
extern
void autofs4_kill_sb(struct super_block *);
+void autofs4_kill_sb(struct super_block *);