commit | ec82cc41a79ffa8b1a2dee76a420a34a59f117c6 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Fri Oct 27 17:53:20 2023 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Tue Nov 07 19:14:19 2023 +0100 |
tree | ddf2688b003771da23cd81e3adf6af6699185af7 | |
parent | 79bb76272763c090f2b1dae9519c516257241cac [diff] |
block: Mark bdrv_filter_child() and callers GRAPH_RDLOCK This adds GRAPH_RDLOCK annotations to declare that callers of bdrv_filter_child() need to hold a reader lock for the graph because it accesses bs->file/backing. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Message-ID: <20231027155333.420094-12-kwolf@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>