On 21.05.26 12:19, Jean-Louis Dupond wrote:
Move the qcow2_check_bitmaps_refcounts function in order to be able to
call update_ext_header_and_dir from this function in the following patch.
Signed-off-by: Jean-Louis Dupond <[email protected]>
IMO, for such cases it's better just create a forward declaration for
needed function (update_ext_header_and_dir) at top of the file.
Such movements makes extra complexes (conflicts) for any kind of future
patch rebasing (porting patches to/from downstream, conflicting series, ..)
(And one another small negative thing is that to honestly review such patch,
I had to apply it locally, to check, is it a clear copy with no changes or not)
--
Best regards,
Vladimir