qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 15/33] block/copy-before-write: introduce cbw_init()


From: Max Reitz
Subject: Re: [PATCH v2 15/33] block/copy-before-write: introduce cbw_init()
Date: Mon, 31 May 2021 18:57:07 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1

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 <vsementsov@virtuozzo.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
---
  block/copy-before-write.c | 69 +++++++++++++++++++++++----------------
  1 file changed, 41 insertions(+), 28 deletions(-)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]