qcow2: Remove BDRVQcow2State.cluster_sectors
authorAlberto Garcia <berto@igalia.com>
Wed, 1 May 2019 18:13:59 +0000 (21:13 +0300)
committerKevin Wolf <kwolf@redhat.com>
Fri, 10 May 2019 14:45:40 +0000 (16:45 +0200)
commit433e8e3b22021027ab8bc27f6fefa132fb33bfed
tree86fcf0a4f40c88d8602bf2a7b3d954604358ae1a
parent2e11d7562ac9f065b9fe696fda51273a1e6671e9
qcow2: Remove BDRVQcow2State.cluster_sectors

The last user of this field disappeared when we replace the
sector-based bdrv_write() with the byte-based bdrv_pwrite().

Signed-off-by: Alberto Garcia <berto@igalia.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/qcow2.c
block/qcow2.h