OSDN Git Service

copy-on-read: support preadv/pwritev_part functions
authorAndrey Shinkevich <andrey.shinkevich@virtuozzo.com>
Wed, 16 Dec 2020 06:16:51 +0000 (09:16 +0300)
committerMax Reitz <mreitz@redhat.com>
Tue, 26 Jan 2021 10:26:54 +0000 (11:26 +0100)
commit1252e03b8e6ff56f53bd826e1ceeb21ab4858a92
tree87b701fd0ec3ea644b759f769eabf111d8a7c4b7
parent0c8de0a1330f7088b6f6659e92e8b23c8a1e2137
copy-on-read: support preadv/pwritev_part functions

Add support for the recently introduced functions
bdrv_co_preadv_part()
and
bdrv_co_pwritev_part()
to the COR-filter driver.

Signed-off-by: Andrey Shinkevich <andrey.shinkevich@virtuozzo.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Message-Id: <20201216061703.70908-2-vsementsov@virtuozzo.com>
Signed-off-by: Max Reitz <mreitz@redhat.com>
block/copy-on-read.c