commit | 2626d27f50f3c993936db04bc6e92d553e1dc914 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Thu May 25 14:47:06 2023 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Tue May 30 17:21:23 2023 +0200 |
tree | 6b445ed22eb5578a109ac06235c834bab860e02c | |
parent | 4c20dd24b1178c78c47bf323173360b85e65e1e1 [diff] |
mirror: Hold main AioContext lock for calling bdrv_open_backing_file() bdrv_open_backing_file() calls bdrv_open_inherit(), so all callers must hold the main AioContext lock. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Message-Id: <20230525124713.401149-6-kwolf@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>