block/copy-on-read: use bdrv_drop_filter() and drop s->active
authorVladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Thu, 6 May 2021 19:41:43 +0000 (22:41 +0300)
committerMax Reitz <mreitz@redhat.com>
Fri, 14 May 2021 14:14:10 +0000 (16:14 +0200)
commitbcc8584c832f7a52fd8c64483dd452c1baf01db7
tree2487bc20c569f3388188d84a82ad750c644e1d0c
parentd65173f924ef0a170693fc59692a542d38f31879
block/copy-on-read: use bdrv_drop_filter() and drop s->active

Now, after huge update of block graph permission update algorithm, we
don't need this workaround with active state of the filter. Drop it and
use new smart bdrv_drop_filter() function.

Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Message-Id: <20210506194143.394141-1-vsementsov@virtuozzo.com>
Signed-off-by: Max Reitz <mreitz@redhat.com>
block/copy-on-read.c
This page took 0.02437 seconds and 4 git commands to generate.