On 20.05.21 16:21, Vladimir Sementsov-Ogievskiy wrote:
Move part of bdrv_cbw_append() to new function cbw_open(). It's an
intermediate step for adding noramal .bdrv_open() handler to the

Didn’t notice this in v1, but: *normal

Max

filter. With this commit no logic is changed, but we have a function
which will be turned into .bdrv_open() handler in future commit.

Signed-off-by: Vladimir Sementsov-Ogievskiy <vsement...@virtuozzo.com>
Reviewed-by: Max Reitz <mre...@redhat.com>
---
  block/copy-before-write.c | 69 +++++++++++++++++++++++----------------
  1 file changed, 41 insertions(+), 28 deletions(-)


Reply via email to