Reviewed-by: Pavel Tikhomirov
On 6/17/25 21:39, Konstantin Khorenko wrote:
Almost everywhere clu is u32, so use U32_MAX instead of UINT_MAX.
The only exception is struct ploop_cmd::resize.clu
which is "unsigned int".
No logic change, just a cleanup.
Fixes: 3e756367e184 ("dm-ploop: Add ploop
Almost everywhere clu is u32, so use U32_MAX instead of UINT_MAX.
The only exception is struct ploop_cmd::resize.clu
which is "unsigned int".
No logic change, just a cleanup.
Fixes: 3e756367e184 ("dm-ploop: Add ploop target driver")
Found while working on https://virtuozzo.atlassian.net/browse/V