]> git.proxmox.com Git - mirror_qemu.git/commit
qed: Remove callback from qed_read_table()
authorKevin Wolf <kwolf@redhat.com>
Mon, 14 Nov 2016 15:08:44 +0000 (16:08 +0100)
committerKevin Wolf <kwolf@redhat.com>
Mon, 26 Jun 2017 12:51:14 +0000 (14:51 +0200)
commitf6513529c67509264fc602c4a537ec24bcb7b26f
treeb8b8c1311b7dc4f19b38ddcb9ca4fe2d657ea4cd
parent11273076e96829a48b2773327d6488f1d61901a2
qed: Remove callback from qed_read_table()

Instead of passing the return value to a callback, return it to the
caller so that the callback can be inlined there.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
block/qed-table.c