]> git.proxmox.com Git - mirror_qemu.git/commit - block/nfs.c
block/nfs: fix calculation of allocated file size
authorPeter Lieven <pl@kamp.de>
Thu, 20 Aug 2015 10:46:47 +0000 (12:46 +0200)
committerJeff Cody <jcody@redhat.com>
Fri, 25 Sep 2015 12:37:07 +0000 (08:37 -0400)
commit055c6f912c8d3cd9a901972ae432c47e5872f71a
treea5a9d7abe8209018d398d5c0a081007bfcbd57a5
parenteb9d0ea063fc7bdfab76b84085602a9e48d13ec7
block/nfs: fix calculation of allocated file size

st.st_blocks is always counted in 512 byte units. Do not
use st.st_blksize as multiplicator which may be larger.

Cc: qemu-stable@nongnu.org
Signed-off-by: Peter Lieven <pl@kamp.de>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Jeff Cody <jcody@redhat.com>
Message-id: 1440067607-14547-1-git-send-email-pl@kamp.de
Signed-off-by: Jeff Cody <jcody@redhat.com>
block/nfs.c