On 13.12.2013 14:22, Kevin Wolf wrote:
This separates the part of bdrv_co_do_writev() that needs to happen before the request is modified to match the backend alignment, and a part that needs to be executed afterwards and passes the request to the BlockDriver.Signed-off-by: Kevin Wolf <kw...@redhat.com> --- block.c | 62 +++++++++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 41 insertions(+), 21 deletions(-)
Reviewed-by: Max Reitz <mre...@redhat.com>