Re: [Devel] [PATCH RH9 v2 6/8] dm/dm-ploop: reinforce some defines

2023-08-21 Thread Alexander Atanasov
On 16.08.23 12:32, Andrey Zhadchenko wrote: Add braces around arguments so callers can use equations while calling these macros. Feature: dm: implement SEEK_HOLE for dm-qcow2 and dm-ploop https://jira.vzint.dev/browse/PSBM-145746 Signed-off-by: Andrey Zhadchenko --- drivers/md/dm-ploop.h | 8

[Devel] [PATCH RH9 v2 6/8] dm/dm-ploop: reinforce some defines

2023-08-16 Thread Andrey Zhadchenko
Add braces around arguments so callers can use equations while calling these macros. Feature: dm: implement SEEK_HOLE for dm-qcow2 and dm-ploop https://jira.vzint.dev/browse/PSBM-145746 Signed-off-by: Andrey Zhadchenko --- drivers/md/dm-ploop.h | 8 1 file changed, 4 insertions(+), 4 de