dirty-bitmap: operate with int64_t amount
commit6d07859926fdb8515fd5cb94a692df7896c3848e
authorDenis V. Lunev <den@openvz.org>
Thu, 14 Jul 2016 13:33:22 +0000 (14 16:33 +0300)
committerJeff Cody <jcody@redhat.com>
Tue, 19 Jul 2016 20:54:46 +0000 (19 16:54 -0400)
treee0f1a79ad9d326d14a90e3c322925c05da16401d
parent5d3217340adcb6c4f0e4af5d2b865331eb2ff63d
dirty-bitmap: operate with int64_t amount

Underlying HBitmap operates even with uint64_t. Thus this change is safe.
This would be useful f.e. to mark entire bitmap dirty in one call.

Signed-off-by: Denis V. Lunev <den@openvz.org>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Reviewed-by: Fam Zheng <famz@redhat.com>
Message-id: 1468503209-19498-2-git-send-email-den@openvz.org
CC: Stefan Hajnoczi <stefanha@redhat.com>
CC: Kevin Wolf <kwolf@redhat.com>
CC: Max Reitz <mreitz@redhat.com>
CC: Jeff Cody <jcody@redhat.com>
Signed-off-by: Jeff Cody <jcody@redhat.com>
block/dirty-bitmap.c
include/block/block_int.h
include/block/dirty-bitmap.h