Re: [PATCH v3 6/8] parallels: Move check of leaks to a separate function

2022-08-18 Thread Alexander Ivanov
On 17.08.2022 23:00, Vladimir Sementsov-Ogievskiy wrote: On 8/15/22 12:02, Alexander Ivanov wrote: We will add more and more checks so we need a better code structure in parallels_co_check. Let each check performs in a separate loop in a separate helper. Signed-off-by: Alexander Ivanov --- v

Re: [PATCH v3 6/8] parallels: Move check of leaks to a separate function

2022-08-17 Thread Vladimir Sementsov-Ogievskiy
On 8/15/22 12:02, Alexander Ivanov wrote: We will add more and more checks so we need a better code structure in parallels_co_check. Let each check performs in a separate loop in a separate helper. Signed-off-by: Alexander Ivanov --- v2: No change. v3: Fix commit message. block/parallels.c |

[PATCH v3 6/8] parallels: Move check of leaks to a separate function

2022-08-15 Thread Alexander Ivanov
We will add more and more checks so we need a better code structure in parallels_co_check. Let each check performs in a separate loop in a separate helper. Signed-off-by: Alexander Ivanov --- v2: No change. v3: Fix commit message. block/parallels.c | 85 +