lvs-devel
|
To: | Eric Dumazet <eric.dumazet@xxxxxxxxx>, Hans Schillstrom <hans.schillstrom@xxxxxxxxxxxx>, Julian Anastasov <ja@xxxxxx>, Patrick McHardy <kaber@xxxxxxxxx>, lvs-devel@xxxxxxxxxxxxxxx, netdev@xxxxxxxxxxxxxxx, netfilter@xxxxxxxxxxxxxxx, netfilter-devel@xxxxxxxxxxxxxxx |
---|---|
Subject: | [PATCH 6/6] ipvs: remove shadow rt variable |
Cc: | Eric Dumazet <eric.dumazet@xxxxxxxxx>, Simon Horman <horms@xxxxxxxxxxxx> |
From: | Simon Horman <horms@xxxxxxxxxxxx> |
Date: | Tue, 16 Nov 2010 15:34:58 +0900 |
From: Eric Dumazet <eric.dumazet@xxxxxxxxx> Remove a sparse warning about rt variable. Signed-off-by: Eric Dumazet <eric.dumazet@xxxxxxxxx> Signed-off-by: Simon Horman <horms@xxxxxxxxxxxx> --- net/netfilter/ipvs/ip_vs_xmit.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/net/netfilter/ipvs/ip_vs_xmit.c b/net/netfilter/ipvs/ip_vs_xmit.c index 10bd39c..50b131c 100644 --- a/net/netfilter/ipvs/ip_vs_xmit.c +++ b/net/netfilter/ipvs/ip_vs_xmit.c @@ -188,7 +188,6 @@ __ip_vs_reroute_locally(struct sk_buff *skb) }, .mark = skb->mark, }; - struct rtable *rt; if (ip_route_output_key(net, &rt, &fl)) return 0; -- 1.7.2.3 -- To unsubscribe from this list: send the line "unsubscribe lvs-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html |
<Prev in Thread] | Current Thread | [Next in Thread> |
---|---|---|
|
Previous by Date: | [PATCH 5/6] ipvs: add static and read_mostly attributes, Simon Horman |
---|---|
Next by Date: | [PATCH 2/6] IPVS: Make the cp argument to ip_vs_sync_conn() static, Simon Horman |
Previous by Thread: | [PATCH 5/6] ipvs: add static and read_mostly attributes, Simon Horman |
Next by Thread: | [PATCH 2/6] IPVS: Make the cp argument to ip_vs_sync_conn() static, Simon Horman |
Indexes: | [Date] [Thread] [Top] [All Lists] |