projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5ba4bf
)
ipvs: Mark tcp/udp v4 and v6 debug functions static
author
Sven Wegener
<sven.wegener@stealer.net>
Fri, 5 Sep 2008 12:43:00 +0000
(14:43 +0200)
committer
Simon Horman
<horms@verge.net.au>
Sun, 7 Sep 2008 23:34:44 +0000
(09:34 +1000)
They are only used in this file, so they should be static
Signed-off-by: Sven Wegener <sven.wegener@stealer.net>
Acked-by: Julius Volz <juliusv@google.com>
Signed-off-by: Simon Horman <horms@verge.net.au>
net/ipv4/ipvs/ip_vs_proto.c
patch
|
blob
|
blame
|
history
diff --git
a/net/ipv4/ipvs/ip_vs_proto.c
b/net/ipv4/ipvs/ip_vs_proto.c
index 50f6215bedaf465e36bd6bacf8f373217cdcc1f6..b06da1c3445a8d81e87c7ef995ec4ffd9e9824e7 100644
(file)
--- a/
net/ipv4/ipvs/ip_vs_proto.c
+++ b/
net/ipv4/ipvs/ip_vs_proto.c
@@
-151,7
+151,7
@@
const char * ip_vs_state_name(__u16 proto, int state)
}
-void
+
static
void
ip_vs_tcpudp_debug_packet_v4(struct ip_vs_protocol *pp,
const struct sk_buff *skb,
int offset,
@@
-190,7
+190,7
@@
ip_vs_tcpudp_debug_packet_v4(struct ip_vs_protocol *pp,
}
#ifdef CONFIG_IP_VS_IPV6
-void
+
static
void
ip_vs_tcpudp_debug_packet_v6(struct ip_vs_protocol *pp,
const struct sk_buff *skb,
int offset,