diff options
author | Paolo Abeni <pabeni@redhat.com> | 2019-12-01 20:41:25 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-12-02 00:21:24 +0300 |
commit | 8a574f86652a4540a2433946ba826ccb87f398cc (patch) | |
tree | 721cdbb01ff7e864a864f31e93ef97cc2cdc6702 /mm/util.c | |
parent | 8ffeb03fbba3b599690b361467bfd2373e8c450f (diff) | |
download | linux-8a574f86652a4540a2433946ba826ccb87f398cc.tar.xz |
openvswitch: remove another BUG_ON()
If we can't build the flow del notification, we can simply delete
the flow, no need to crash the kernel. Still keep a WARN_ON to
preserve debuggability.
Note: the BUG_ON() predates the Fixes tag, but this change
can be applied only after the mentioned commit.
v1 -> v2:
- do not leak an skb on error
Fixes: aed067783e50 ("openvswitch: Minimize ovs_flow_cmd_del critical section.")
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'mm/util.c')
0 files changed, 0 insertions, 0 deletions