commit | 0e6bad1f2171385ec3ab7b9721dacfdb7dda70d7 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Fri Sep 29 16:51:38 2023 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Thu Oct 12 16:31:33 2023 +0200 |
tree | 143457fdf31d19f9dd36d1702fea5640623189c9 | |
parent | e84c07bc73f63cd0251d9fd2c582ad051e27fb39 [diff] |
block: Take graph rdlock in bdrv_inactivate_all() The function reads the parents list, so it needs to hold the graph lock. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Message-ID: <20230929145157.45443-4-kwolf@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>