diff options
author | Fiona Ebner <f.ebner@proxmox.com> | 2025-05-30 17:11:24 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2025-07-14 15:42:27 +0200 |
commit | 2cf92b15cda38a34cd2508e5f51323e601a588d3 (patch) | |
tree | fc999dcae57e77361e44659e01fce8b52811136e /scripts | |
parent | ede0859311e46ca8654eaf11456e19868ac06c66 (diff) | |
download | qemu-2cf92b15cda38a34cd2508e5f51323e601a588d3.zip qemu-2cf92b15cda38a34cd2508e5f51323e601a588d3.tar.gz qemu-2cf92b15cda38a34cd2508e5f51323e601a588d3.tar.bz2 |
block: mark bdrv_open_child_common() and its callers GRAPH_UNLOCKED
The function bdrv_open_child_common() calls
bdrv_graph_wrlock_drained(), which must be called with the graph
unlocked. Mark it and its two callers bdrv_open_file_child() and
bdrv_open_child() as GRAPH_UNLOCKED. This requires temporarily
unlocking in vmdk_parse_extents() and making the locked section
shorter in vmdk_open().
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
Message-ID: <20250530151125.955508-48-f.ebner@proxmox.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions