Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: 5317898 ("ovsdb: Add support for online schema conversion.") Signed-off-by: Ilya Maximets <[email protected]>
- Loading branch information