]> Git Repo - qemu.git/commit
mirror: make sectors_in_flight int64_t
authorDenis V. Lunev <[email protected]>
Thu, 14 Jul 2016 13:33:23 +0000 (16:33 +0300)
committerJeff Cody <[email protected]>
Tue, 19 Jul 2016 20:54:46 +0000 (16:54 -0400)
commit531509ba2856ca8efdcf0df18a7dec66af0d36ee
treee4c140277bb58ca1940872c2efab2b816c2182b8
parent6d07859926fdb8515fd5cb94a692df7896c3848e
mirror: make sectors_in_flight int64_t

We keep here the sum of int fields. Thus this could easily overflow,
especially when we will start sending big requests in next patches.

Signed-off-by: Denis V. Lunev <[email protected]>
Reviewed-by: Vladimir Sementsov-Ogievskiy <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Reviewed-by: John Snow <[email protected]>
Reviewed-by: Fam Zheng <[email protected]>
Message-id: 1468503209[email protected]
CC: Stefan Hajnoczi <[email protected]>
CC: Kevin Wolf <[email protected]>
CC: Max Reitz <[email protected]>
CC: Jeff Cody <[email protected]>
Signed-off-by: Jeff Cody <[email protected]>
block/mirror.c
This page took 0.02641 seconds and 4 git commands to generate.