Re: [PATCH v7 3/8] parallels: Add "explicit" argument to parallels_check_leak()

2023-07-17 Thread Denis V. Lunev
On 7/1/23 12:07, Alexander Ivanov wrote: In the on of the next patches we need to repair leaks without changing leaks and leaks_fixed info in res. Also we don't want to print any warning about leaks. Add "explicit" argument to skip info changing if the argument is false. Signed-off-by:

[PATCH v7 3/8] parallels: Add "explicit" argument to parallels_check_leak()

2023-07-01 Thread Alexander Ivanov
In the on of the next patches we need to repair leaks without changing leaks and leaks_fixed info in res. Also we don't want to print any warning about leaks. Add "explicit" argument to skip info changing if the argument is false. Signed-off-by: Alexander Ivanov --- block/parallels.c | 19