commit | 167f748d8c1300196ac55fe3eef5518bf7b1f949 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Fri Feb 03 16:22:01 2023 +0100 |
committer | Kevin Wolf <kwolf@redhat.com> | Thu Feb 23 19:49:32 2023 +0100 |
tree | d3f3fdaa356b73219a4f99782af20e93e9ec412f | |
parent | 48aef7944090fdddd6a89e07b790798cf31b56a4 [diff] |
block: Mark bdrv_*_dirty_bitmap() and callers GRAPH_RDLOCK This adds GRAPH_RDLOCK annotations to declare that callers of bdrv_*_dirty_bitmap() need to hold a reader lock for the graph. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Message-Id: <20230203152202.49054-23-kwolf@redhat.com> Reviewed-by: Emanuele Giuseppe Esposito <eesposit@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>