]> git.ipfire.org Git - thirdparty/qemu.git/commit
block: mark bdrv_parent_change_aio_context() GRAPH_RDLOCK
authorFiona Ebner <f.ebner@proxmox.com>
Fri, 30 May 2025 15:10:42 +0000 (17:10 +0200)
committerKevin Wolf <kwolf@redhat.com>
Wed, 4 Jun 2025 16:16:33 +0000 (18:16 +0200)
commit3758733959af93b5eb3283659d868ad5b24152b4
treeb0c65f4951201b31d18edd37c6cb4d9a9ae81e64
parent841998e08650f5b4476fa2d1eb84a592ab405f51
block: mark bdrv_parent_change_aio_context() GRAPH_RDLOCK

This is a small step in preparation to mark bdrv_drained_begin() as
GRAPH_UNLOCKED. More concretely, it allows marking the
change_aio_ctx() callback GRAPH_RDLOCK_PTR, which is the next step.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Message-ID: <20250530151125.955508-6-f.ebner@proxmox.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block.c