Re: [PATCH v10 07/12] parallels: Move check of cluster outside image to a separate function

2023-03-10 Thread Hanna Czenczek
On 10.03.23 12:08, Alexander Ivanov wrote: On 3/7/23 13:17, Hanna Czenczek wrote: On 03.02.23 10:18, 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-

Re: [PATCH v10 07/12] parallels: Move check of cluster outside image to a separate function

2023-03-10 Thread Alexander Ivanov
On 3/7/23 13:17, Hanna Czenczek wrote: On 03.02.23 10:18, 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 Reviewed-by: Denis V.

Re: [PATCH v10 07/12] parallels: Move check of cluster outside image to a separate function

2023-03-07 Thread Hanna Czenczek
On 03.02.23 10:18, 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 Reviewed-by: Denis V. Lunev --- block/parallels.c | 81 ++

[PATCH v10 07/12] parallels: Move check of cluster outside image to a separate function

2023-02-03 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 Reviewed-by: Denis V. Lunev --- block/parallels.c | 81 ++- 1 f