2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-22 01:51:26 +00:00
Ilya Maximets a5023d597c ovsdb: transaction: Remove incorrect transaction abort in pre-commit.
Pre-commit must not abort the transaction, otherwise the upper layers
may crash accessing it.  E.g. ovsdb_trigger_try() checks the state of
the transaction after trying to commit it.

This particular failure can't actually happen, because the function
determine_changes() can't fail.  However, the code is still wrong and
a bit misleading, so should be fixed.

Fixes: 53178986d7fc ("ovsdb: Add support for online schema conversion.")
Acked-by: Mike Pattrick <mkp@redhat.com>
Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
2024-08-06 15:18:07 +02:00
..
2022-06-30 11:10:31 +02:00
2024-04-11 22:47:29 +02:00
2018-05-25 13:36:05 -07:00
2024-04-11 22:47:29 +02:00
2024-04-11 22:47:29 +02:00
2012-05-02 17:08:02 -07:00
2022-07-14 15:24:07 +02:00