Re: [PATCH v2 05/26] blkdebug: add missing coroutine_fn annotations

2022-05-10 Thread Eric Blake
On Mon, May 09, 2022 at 12:29:58PM +0200, Paolo Bonzini wrote: > Signed-off-by: Paolo Bonzini Sparse commit message; from the followup email, this sentence would be helpful: | The only rule is that callers of coroutine_fn must be coroutine_fn themselves, | or the call must be within "if (qemu_in

[PATCH v2 05/26] blkdebug: add missing coroutine_fn annotations

2022-05-09 Thread Paolo Bonzini
Signed-off-by: Paolo Bonzini --- block/blkdebug.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/block/blkdebug.c b/block/blkdebug.c index bbf2948703..a93ba61487 100644 --- a/block/blkdebug.c +++ b/block/blkdebug.c @@ -587,8 +587,8 @@ out: return ret; }