OSDN Git Service

copy-on-read: skip non-guest reads if no copy needed
authorAndrey Shinkevich <andrey.shinkevich@virtuozzo.com>
Wed, 16 Dec 2020 06:16:58 +0000 (09:16 +0300)
committerMax Reitz <mreitz@redhat.com>
Tue, 26 Jan 2021 13:36:37 +0000 (14:36 +0100)
commite275458b29b7040a388ca46af094b0602c769ef1
tree713c8753f608579d3e08bd138e92ce322a0c9059
parent897dd0ec4fdea4e6fa7674729750d05acc1bf41e
copy-on-read: skip non-guest reads if no copy needed

If the flag BDRV_REQ_PREFETCH was set, skip idling read/write
operations in COR-driver. It can be taken into account for the
COR-algorithms optimization. That check is being made during the
block stream job by the moment.

Add the BDRV_REQ_PREFETCH flag to the supported_read_flags of the
COR-filter.

block: Modify the comment for the flag BDRV_REQ_PREFETCH as we are
going to use it alone and pass it to the COR-filter driver for further
processing.

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