projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff4cc3a
)
[IPVS]: "extern inline" -> "static inline"
author
Adrian Bunk
<bunk@stusta.de>
Fri, 2 Sep 2005 00:40:26 +0000
(17:40 -0700)
committer
David S. Miller
<davem@davemloft.net>
Fri, 2 Sep 2005 00:40:26 +0000
(17:40 -0700)
"extern inline" doesn't make much sense.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ip_vs.h
patch
|
blob
|
blame
|
history
diff --git
a/include/net/ip_vs.h
b/include/net/ip_vs.h
index 7a3c43711a17a1848c44e4d02d2514f2056ca9f5..e426641c519f4e4fcf4dd70a9bda3090cd612037 100644
(file)
--- a/
include/net/ip_vs.h
+++ b/
include/net/ip_vs.h
@@
-958,7
+958,7
@@
static __inline__ int ip_vs_todrop(void)
*/
#define IP_VS_FWD_METHOD(cp) (cp->flags & IP_VS_CONN_F_FWD_MASK)
-
extern __inline__
char ip_vs_fwd_tag(struct ip_vs_conn *cp)
+
static inline
char ip_vs_fwd_tag(struct ip_vs_conn *cp)
{
char fwd;