Kevin Wolf 79a5586648 block: Add missing GRAPH_RDLOCK annotations
This adds GRAPH_RDLOCK to some driver callbacks that are already called
with the graph lock held, and which will need the annotation because
they access bs->file, but don't have it yet.

This also covers a few callbacks that were not marked GRAPH_RDLOCK
before, but where updating BlockDriver is trivially possible.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Message-ID: <20231027155333.420094-21-kwolf@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
2023-11-08 17:56:17 +01:00
..
2023-09-08 13:08:52 +03:00
2023-11-07 11:05:37 +08:00
2023-11-07 18:59:41 +08:00
2023-11-01 16:13:59 +01:00
2023-09-07 14:01:29 -04:00
2023-11-07 09:41:24 +08:00
2023-08-31 19:47:43 +02:00