commit | 733467a1e6067070a8b641f51675d0cb5b715a83 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Mon Sep 11 11:46:16 2023 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Wed Sep 20 17:46:01 2023 +0200 |
tree | 47de8c6c05d8a99490dbccf94f21b385891bb11d | |
parent | 356f4ef611df18f6f8323a9fe6e6b4963272bf74 [diff] |
block: Take graph rdlock in bdrv_drop_intermediate() The function reads the parents list, so it needs to hold the graph lock. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Emanuele Giuseppe Esposito <eesposit@redhat.com> Message-ID: <20230911094620.45040-18-kwolf@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>