Re: [PATCH 18/24] blkverify: Add locking for request_fn

2023-10-30 Thread Eric Blake
On Fri, Oct 27, 2023 at 05:53:27PM +0200, Kevin Wolf wrote: > This is either bdrv_co_preadv() or bdrv_co_pwritev() which both need to > have the graph locked. Annotate the function pointer accordingly and add > locking to its callers. > > This shouldn't actually have resulted in a bug because the

[PATCH 18/24] blkverify: Add locking for request_fn

2023-10-27 Thread Kevin Wolf
This is either bdrv_co_preadv() or bdrv_co_pwritev() which both need to have the graph locked. Annotate the function pointer accordingly and add locking to its callers. This shouldn't actually have resulted in a bug because the graph lock is already held by blkverify_co_prwv(), which waits for