All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch net-next] flow_dissector: remove bogus return in tipc section
@ 2015-05-15 11:27 Jiri Pirko
  2015-05-18  3:38 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Jiri Pirko @ 2015-05-15 11:27 UTC (permalink / raw)
  To: netdev; +Cc: davem, dan.carpenter

Fixes: 06635a35d13d42b9 ("flow_dissect: use programable dissector in skb_flow_dissect and friends")
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Jiri Pirko <jiri@resnulli.us>
---
 net/core/flow_dissector.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net/core/flow_dissector.c b/net/core/flow_dissector.c
index 204d09c..703d059 100644
--- a/net/core/flow_dissector.c
+++ b/net/core/flow_dissector.c
@@ -279,7 +279,6 @@ flow_label:
 
 		if (skb_flow_dissector_uses_key(flow_dissector,
 						FLOW_DISSECTOR_KEY_IPV6_HASH_ADDRS)) {
-			return true;
 			key_addrs = skb_flow_dissector_target(flow_dissector,
 							      FLOW_DISSECTOR_KEY_IPV6_HASH_ADDRS,
 							      target_container);
-- 
1.9.3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [patch net-next] flow_dissector: remove bogus return in tipc section
  2015-05-15 11:27 [patch net-next] flow_dissector: remove bogus return in tipc section Jiri Pirko
@ 2015-05-18  3:38 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2015-05-18  3:38 UTC (permalink / raw)
  To: jiri; +Cc: netdev, dan.carpenter

From: Jiri Pirko <jiri@resnulli.us>
Date: Fri, 15 May 2015 13:27:32 +0200

> Fixes: 06635a35d13d42b9 ("flow_dissect: use programable dissector in skb_flow_dissect and friends")
> Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
> Signed-off-by: Jiri Pirko <jiri@resnulli.us>

Whoops, wonder how that snuck in there.

Applied, thanks Jiri.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-05-18  3:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-15 11:27 [patch net-next] flow_dissector: remove bogus return in tipc section Jiri Pirko
2015-05-18  3:38 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.