Re: [PATCH 0/2] block/graph-lock: Make WITH_GRAPH_RDLOCK_GUARD() fully checked

2024-07-10 Thread Stefan Hajnoczi
On Thu, Jun 27, 2024 at 08:12:43PM +0200, Kevin Wolf wrote: > Newer clang versions allow us to check scoped guards more thoroughly. > Surprisingly, we only seem to have missed one instance with the old > incomplete checks. > > Kevin Wolf (2): > block-copy: Fix missing graph lock > block/graph-

[PATCH 0/2] block/graph-lock: Make WITH_GRAPH_RDLOCK_GUARD() fully checked

2024-06-27 Thread Kevin Wolf
Newer clang versions allow us to check scoped guards more thoroughly. Surprisingly, we only seem to have missed one instance with the old incomplete checks. Kevin Wolf (2): block-copy: Fix missing graph lock block/graph-lock: Make WITH_GRAPH_RDLOCK_GUARD() fully checked include/block/graph-l