![]() |
lvs-devel
|
| To: | <horms@xxxxxxxxxxxx> |
|---|---|
| Subject: | [PATCH net-next] ipvs: remove unnecessary assignment in __ip_vs_get_out_rt |
| Cc: | <ja@xxxxxx>, <lvs-devel@xxxxxxxxxxxxxxx>, <kernel-team@xxxxxx>, Alex Gartrell <agartrell@xxxxxx> |
| From: | Alex Gartrell <agartrell@xxxxxx> |
| Date: | Mon, 6 Oct 2014 13:30:08 -0700 |
It is a precondition of the function that daddr be equal to dest->addr.ip
if dest is non-NULL, so this additional assignment is just confusing for
stupid engineers like me.
Signed-off-by: Alex Gartrell <agartrell@xxxxxx>
---
net/netfilter/ipvs/ip_vs_xmit.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/net/netfilter/ipvs/ip_vs_xmit.c b/net/netfilter/ipvs/ip_vs_xmit.c
index 91f17c1..5efa597 100644
--- a/net/netfilter/ipvs/ip_vs_xmit.c
+++ b/net/netfilter/ipvs/ip_vs_xmit.c
@@ -293,7 +293,6 @@ __ip_vs_get_out_rt(int skb_af, struct sk_buff *skb, struct
ip_vs_dest *dest,
&dest->addr.ip, &dest_dst->dst_saddr.ip,
atomic_read(&rt->dst.__refcnt));
}
- daddr = dest->addr.ip;
if (ret_saddr)
*ret_saddr = dest_dst->dst_saddr.ip;
} else {
--
Alex Gartrell <agartrell@xxxxxx>
--
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: | Re: [PATCH net-next] ipvs: Avoid null-pointer deref in debug code, Julian Anastasov |
|---|---|
| Next by Date: | Re: [PATCH net-next] ipvs: remove unnecessary assignment in __ip_vs_get_out_rt, Julian Anastasov |
| Previous by Thread: | Re: [PATCH] ipvs: Clean up comment style in ip_vs.h, Pablo Neira Ayuso |
| Next by Thread: | Re: [PATCH net-next] ipvs: remove unnecessary assignment in __ip_vs_get_out_rt, Julian Anastasov |
| Indexes: | [Date] [Thread] [Top] [All Lists] |