aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ip_vs.h
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2005-09-01 17:40:26 -0700
committerDavid S. Miller <davem@davemloft.net>2005-09-01 17:40:26 -0700
commit732db659b83579b922c18dee9123e1529b5fb5d2 (patch)
treed4d30957d739486145ad46dcfc63f21e02fbbb0f /include/net/ip_vs.h
parent[TUNTAP]: Allow setting the linktype of the tap device from userspace (diff)
downloadlinux-dev-732db659b83579b922c18dee9123e1529b5fb5d2.tar.xz
linux-dev-732db659b83579b922c18dee9123e1529b5fb5d2.zip
[IPVS]: "extern inline" -> "static inline"
"extern inline" doesn't make much sense. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--include/net/ip_vs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/ip_vs.h b/include/net/ip_vs.h
index 7a3c43711a17..e426641c519f 100644
--- 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;