OSDN Git Service

qed: Remove callback from qed_copy_from_backing_file()
authorKevin Wolf <kwolf@redhat.com>
Tue, 15 Nov 2016 10:14:01 +0000 (11:14 +0100)
committerKevin Wolf <kwolf@redhat.com>
Mon, 26 Jun 2017 12:51:14 +0000 (14:51 +0200)
commitb4ac32f34f24b832e51fe092988e1d05396510eb
tree8958086184e5f8349cde04ed71f2c14b31bab27a
parent0f7aa24d2ccfa8c6a1894c50e46c1f300d7e6db0
qed: Remove callback from qed_copy_from_backing_file()

With this change, qed_aio_write_prefill() and qed_aio_write_postfill()
collapse into a single function. This is reflected by a rename of the
combined function to qed_aio_write_cow().

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