Re: [PATCH 2/4] block: make bdrv_co_parent_cb_resize() a proper IO API function

2025-07-01 Thread Hanna Czenczek
On 30.06.25 13:27, Fiona Ebner wrote: In preparation for calling it via the bdrv_child_cb_resize() callback that will be added by the next commit. Rename it to include the "_co_" part while at it. Signed-off-by: Fiona Ebner --- block/io.c | 9 +++-- include/block/block_

[PATCH 2/4] block: make bdrv_co_parent_cb_resize() a proper IO API function

2025-06-30 Thread Fiona Ebner
In preparation for calling it via the bdrv_child_cb_resize() callback that will be added by the next commit. Rename it to include the "_co_" part while at it. Signed-off-by: Fiona Ebner --- block/io.c | 9 +++-- include/block/block_int-io.h | 6 ++ 2 files changed, 9 in