Re: [PATCH 21/24] qcow2: Take locks for accessing bs->file

2023-10-30 Thread Eric Blake
On Fri, Oct 27, 2023 at 05:53:30PM +0200, Kevin Wolf wrote: > This updates the qcow2 code to add GRAPH_RDLOCK annotations for all > places that read bs->file. > > Signed-off-by: Kevin Wolf > --- > block/qcow2.h | 48 ++- > block/qcow2-bitmap.c | 1

[PATCH 21/24] qcow2: Take locks for accessing bs->file

2023-10-27 Thread Kevin Wolf
This updates the qcow2 code to add GRAPH_RDLOCK annotations for all places that read bs->file. Signed-off-by: Kevin Wolf --- block/qcow2.h | 48 ++- block/qcow2-bitmap.c | 14 +++-- block/qcow2-cluster.c | 25 +++--- block/