On 17.01.2014 15:15, Kevin Wolf wrote:
Odd file sizes could make bdrv_aligned_preadv() shorten the request in non-aligned ways. Fix it by rounding to the required alignment instead of 512 bytes.Signed-off-by: Kevin Wolf <kw...@redhat.com> --- block.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-)
Reviewed-by: Max Reitz <mre...@redhat.com>