]> git.proxmox.com Git - mirror_qemu.git/commit - block/quorum.c
block: Mark read/write in block/io.c GRAPH_RDLOCK
authorKevin Wolf <kwolf@redhat.com>
Fri, 3 Feb 2023 15:21:49 +0000 (16:21 +0100)
committerKevin Wolf <kwolf@redhat.com>
Thu, 23 Feb 2023 18:49:16 +0000 (19:49 +0100)
commit7b1fb72e2c1b9fbca17c13b753aee25f445cad24
tree3a0241dd5be6136426d971c3a8b6f31ba1183052
parentabaf8b750baef0337efb06c1d3465512b5d9b5dc
block: Mark read/write in block/io.c GRAPH_RDLOCK

This adds GRAPH_RDLOCK annotations to declare that callers of
bdrv_driver_*() need to hold a reader lock for the graph. It doesn't add
the annotation to public functions yet.

For some places, we know that they will hold the lock, but we don't have
the GRAPH_RDLOCK annotations yet. In this case, add assume_graph_lock()
with a FIXME comment. These places will be removed once everything is
properly annotated.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Message-Id: <20230203152202.49054-11-kwolf@redhat.com>
Reviewed-by: Emanuele Giuseppe Esposito <eesposit@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/io.c
block/parallels.c
block/qcow.c
block/qcow2-cluster.c
block/qcow2.c
block/qcow2.h
block/qed.c
block/quorum.c
block/vmdk.c
include/block/block_int-common.h