|
From: | Vladimir Sementsov-Ogievskiy |
Subject: | Re: [PATCH v2 06/15] block: Fix locking for bdrv_reopen_queue_child() |
Date: | Fri, 25 Nov 2022 15:56:12 +0300 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.2 |
On 11/18/22 20:41, Kevin Wolf wrote:
Callers don't agree whether bdrv_reopen_queue_child() should be called with the AioContext lock held or not. Standardise on holding the lock (as done by QMP blockdev-reopen and the replication block driver) and fix bdrv_reopen() to do the same. Signed-off-by: Kevin Wolf<[email protected]>
Reviewed-by: Vladimir Sementsov-Ogievskiy <[email protected]> -- Best regards, Vladimir
[Prev in Thread] | Current Thread | [Next in Thread] |