summary refs log tree commit diff stats
path: root/qemu-io-cmds.c
diff options
context:
space:
mode:
authorDenis V. Lunev <den@openvz.org>2017-04-26 11:40:46 +0300
committerKevin Wolf <kwolf@redhat.com>2017-04-27 16:24:01 +0200
commitf13ce1be35b13f09c0a28269c74468f6766f0365 (patch)
tree0cca7d3265bdf9340eada4c3539d8913da814d49 /qemu-io-cmds.c
parentde234897b60e034ba94b307fc289e2dc692c9251 (diff)
downloadfocaccia-qemu-f13ce1be35b13f09c0a28269c74468f6766f0365.tar.gz
focaccia-qemu-f13ce1be35b13f09c0a28269c74468f6766f0365.zip
block: fix alignment calculations in bdrv_co_do_zero_pwritev
tail_padding_bytes is calculated wrong. F.e. for
    offset = 0
    bytes = 2048
    align = 512
we will have tail_padding_bytes = 512 which is definitely wrong. The patch
fixes that arithmetics.

Fortunately this problem is harmless, we will have 1 extra allocation and
free thus there is no need to put this into stable. The problem is here
from the very beginning.

Signed-off-by: Denis V. Lunev <den@openvz.org>
CC: Stefan Hajnoczi <stefanha@redhat.com>
CC: Fam Zheng <famz@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'qemu-io-cmds.c')
0 files changed, 0 insertions, 0 deletions