Re: [PATCH v6 08/10] parallels: Move check of leaks to a separate function

2022-08-26 Thread Denis V. Lunev
On 25.08.2022 16:31, 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 --- block/parallels.c | 84 +

[PATCH v6 08/10] parallels: Move check of leaks to a separate function

2022-08-25 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 --- block/parallels.c | 84 +-- 1 file changed, 52 insertions(+)