aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ipvs
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/ipvs')
-rw-r--r--net/ipv4/ipvs/ip_vs_xmit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/ipvs/ip_vs_xmit.c b/net/ipv4/ipvs/ip_vs_xmit.c
index 1e96bf82a0b5..8436bf818590 100644
--- a/net/ipv4/ipvs/ip_vs_xmit.c
+++ b/net/ipv4/ipvs/ip_vs_xmit.c
@@ -59,7 +59,7 @@ __ip_vs_dst_check(struct ip_vs_dest *dest, u32 rtos, u32 cookie)
59 return dst; 59 return dst;
60} 60}
61 61
62static inline struct rtable * 62static struct rtable *
63__ip_vs_get_out_rt(struct ip_vs_conn *cp, u32 rtos) 63__ip_vs_get_out_rt(struct ip_vs_conn *cp, u32 rtos)
64{ 64{
65 struct rtable *rt; /* Route to the other host */ 65 struct rtable *rt; /* Route to the other host */