Re: [PATCH 2/6] parallels: Create parallels_handle_leak() to truncate excess clusters

2022-09-07 Thread Denis V. Lunev
On 9/2/22 10:52, Alexander Ivanov wrote: This helper will be reused in the next patch for duplications check. Signed-off-by: Alexander Ivanov --- block/parallels.c | 65 +++ 1 file changed, 43 insertions(+), 22 deletions(-) diff --git

[PATCH 2/6] parallels: Create parallels_handle_leak() to truncate excess clusters

2022-09-02 Thread Alexander Ivanov
This helper will be reused in the next patch for duplications check. Signed-off-by: Alexander Ivanov --- block/parallels.c | 65 +++ 1 file changed, 43 insertions(+), 22 deletions(-) diff --git a/block/parallels.c b/block/parallels.c index