On 17.05.21 08:44, 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
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 <[email protected]>
---
  block/copy-before-write.c | 73 +++++++++++++++++++++++----------------
  1 file changed, 43 insertions(+), 30 deletions(-)

Reviewed-by: Max Reitz <[email protected]>


Reply via email to