qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 1/1] block: use 'unsigned' for in_flight field on driver stat


From: Vladimir Sementsov-Ogievskiy
Subject: Re: [PATCH 1/1] block: use 'unsigned' for in_flight field on driver state
Date: Tue, 14 Jun 2022 10:50:33 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.1

On 5/30/22 13:39, Denis V. Lunev wrote:
This patch makes in_flight field 'unsigned' for BDRVNBDState and
MirrorBlockJob. This matches the definition of this field on BDS
and is generically correct - we should never get negative value here.

Signed-off-by: Denis V. Lunev<den@openvz.org>
CC: John Snow<jsnow@redhat.com>
CC: Vladimir Sementsov-Ogievskiy<vsementsov@yandex-team.ru>
CC: Kevin Wolf<kwolf@redhat.com>
CC: Hanna Reitz<hreitz@redhat.com>
CC: Eric Blake<eblake@redhat.com>


Thanks, applied to my block branch at 
https://gitlab.com/vsementsov/qemu/-/commits/block

--
Best regards,
Vladimir



reply via email to

[Prev in Thread] Current Thread [Next in Thread]