vvfat: Fix size of temporary qcow file
commit2db9b9e96f0b57ceaa49666d9b8a573290114fdf
authorKevin Wolf <kwolf@redhat.com>
Thu, 9 Dec 2021 15:18:15 +0000 (9 16:18 +0100)
committerKevin Wolf <kwolf@redhat.com>
Fri, 14 Jan 2022 11:03:16 +0000 (14 12:03 +0100)
tree29ceef477e0a492fb9e6f09ac01ffa2b51d2a5c7
parente2eec2819a96f3a5d68f899c836ad365468cec01
vvfat: Fix size of temporary qcow file

The size of the qcow size was calculated so that only the FAT partition
would fit on it, but not the whole disk. However, offsets relative to
the whole disk are used to access it, so increase its size to be large
enough for that.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Message-Id: <20211209151815.23495-1-kwolf@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/vvfat.c