OSDN Git Service

openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info()
authorPaolo Abeni <pabeni@redhat.com>
Sun, 1 Dec 2019 17:41:24 +0000 (18:41 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sun, 1 Dec 2019 21:21:24 +0000 (13:21 -0800)
commit8ffeb03fbba3b599690b361467bfd2373e8c450f
treea77e9595e699465130d9f38250e4ba282e7255e8
parentf3284e014850e45f63fbc74c7382453c876fbc35
openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info()

All the callers of ovs_flow_cmd_build_info() already deal with
error return code correctly, so we can handle the error condition
in a more gracefull way. Still dump a warning to preserve
debuggability.

v1 -> v2:
 - clarify the commit message
 - clean the skb and report the error (DaveM)

Fixes: ccb1352e76cf ("net: Add Open vSwitch kernel components.")
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/openvswitch/datapath.c