]> git.proxmox.com Git - mirror_qemu.git/blobdiff - block/replication.c
Merge tag 'pull-riscv-to-apply-20231107' of https://github.com/alistair23/qemu into...
[mirror_qemu.git] / block / replication.c
index 3459f506690df179c758bc49a3da562a82fb9791..d522c7396f221f12dc51fd00c5b0a9728c832c40 100644 (file)
@@ -430,7 +430,8 @@ static void backup_job_completed(void *opaque, int ret)
     backup_job_cleanup(bs);
 }
 
-static bool check_top_bs(BlockDriverState *top_bs, BlockDriverState *bs)
+static bool GRAPH_RDLOCK
+check_top_bs(BlockDriverState *top_bs, BlockDriverState *bs)
 {
     BdrvChild *child;