Re: [PATCH v2 07/15] block: Drain invidual nodes during reopen

2022-11-25 Thread Vladimir Sementsov-Ogievskiy
in subject: s/invidual/individual/ On 11/18/22 20:41, Kevin Wolf wrote: bdrv_reopen() and friends use subtree drains as a lazy way of covering all the nodes they touch. Turns out that this lazy way is a lot more complicated than just draining the nodes individually, even not accounting for the

[PATCH v2 07/15] block: Drain invidual nodes during reopen

2022-11-18 Thread Kevin Wolf
bdrv_reopen() and friends use subtree drains as a lazy way of covering all the nodes they touch. Turns out that this lazy way is a lot more complicated than just draining the nodes individually, even not accounting for the additional complexity in the drain mechanism itself. Simplify the code by