OSDN Git Service

block: Switch bdrv_common_block_status_above() to byte-based
authorEric Blake <eblake@redhat.com>
Thu, 12 Oct 2017 03:47:06 +0000 (22:47 -0500)
committerKevin Wolf <kwolf@redhat.com>
Thu, 26 Oct 2017 12:45:57 +0000 (14:45 +0200)
commit7ddb99b9dc454a5ed9821c97d3066f358a7a73ae
tree6650cb92e196ebeec15553d534fa6f50fa85c412
parent4bcd936e47c45ebf7236b0414982dd625a957410
block: Switch bdrv_common_block_status_above() to byte-based

We are gradually converting to byte-based interfaces, as they are
easier to reason about than sector-based.  Convert another internal
function (no semantic change).

Signed-off-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/io.c