Clang reports ../block/qcow2.c:4066:5: error: mutex 'graph_lock' is not held on every path through here [-Werror,-Wthread-safety-analysis] blk_co_unref(blk); ^ ../block/qcow2.c:3928:5: note: mutex acquired here bdrv_graph_co_rdlock(); ^ ../block/qcow2.c:4066:5: error: mutex 'graph_lock' is not held on every path through here [-Werror,-Wthread-safety-analysis] blk_co_unref(blk); ^ ../block/qcow2.c:3928:5: note: mutex acquired here bdrv_graph_co_rdlock(); ^ 2 errors generated.
- [PATCH v6 0/4] Add full zoned storage emulation to qcow2... Sam Li
- [PATCH v6 1/4] docs/qcow2: add the zoned format fea... Sam Li
- [PATCH v6 3/4] qcow2: add zoned emulation capabilit... Sam Li
- Re: [PATCH v6 3/4] qcow2: add zoned emulation c... Damien Le Moal
- [PATCH v6 2/4] qcow2: add configurations for zoned ... Sam Li
- Re: [PATCH v6 2/4] qcow2: add configurations fo... Markus Armbruster
- [PATCH v6 4/4] iotests: test the zoned format featu... Sam Li
- Re: [PATCH v6 0/4] Add full zoned storage emulation... Markus Armbruster