]> git.proxmox.com Git - mirror_qemu.git/commit
commit: Fix error handling
authorKevin Wolf <kwolf@redhat.com>
Fri, 3 Mar 2017 15:54:21 +0000 (16:54 +0100)
committerKevin Wolf <kwolf@redhat.com>
Tue, 7 Mar 2017 13:53:28 +0000 (14:53 +0100)
commitb247767aacdc2cfba94050c901aec268be94cc2d
tree6584385431aaa5319ad3e73da624c5d0a08a89d1
parentff79d5e939c38677a575e3493eb9b4d36eb21865
commit: Fix error handling

Apparently some kind of mismerge happened in commit 8dfba279, which
broke the error handling without any real reason by removing the
assignment of the return value to ret in a blk_insert_bs() call.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Fam Zheng <famz@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
block/commit.c