OSDN Git Service

block: Remove bdrv_read() and bdrv_write()
authorAlberto Garcia <berto@igalia.com>
Wed, 1 May 2019 18:13:58 +0000 (21:13 +0300)
committerKevin Wolf <kwolf@redhat.com>
Fri, 10 May 2019 14:45:40 +0000 (16:45 +0200)
commit2e11d7562ac9f065b9fe696fda51273a1e6671e9
treea4af7e03ab5c2eb528edab23354e17ce86f79f07
parente5a0a6784a63a15d5b1221326fe5c258be6b5561
block: Remove bdrv_read() and bdrv_write()

No one is using these functions anymore, all callers have switched to
the byte-based bdrv_pread() and 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/io.c
include/block/block.h