]> git.ipfire.org Git - thirdparty/qemu.git/commit
block-backend: mark blk_io_limits_disable() as GRAPH_UNLOCKED
authorFiona Ebner <f.ebner@proxmox.com>
Fri, 30 May 2025 15:11:16 +0000 (17:11 +0200)
committerKevin Wolf <kwolf@redhat.com>
Mon, 14 Jul 2025 13:42:12 +0000 (15:42 +0200)
commit7bb9bd52ec2b058acc1957a92ea505d8a4e12077
tree9c454c1b92d4a028faa77de27783b3e6ba83c7c6
parentf3e84330f730b2f734d9fec6762d9f4ff570468d
block-backend: mark blk_io_limits_disable() as GRAPH_UNLOCKED

The function blk_io_limits_disable() calls bdrv_drained_begin(), which
must be called with the graph unlocked.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
Message-ID: <20250530151125.955508-40-f.ebner@proxmox.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
include/system/block-backend-global-state.h