mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-21 18:26:47 +03:00
41c6eaac8b
For ABS() to work, the argument must be signed, but rrdd_time is uint64_t. Clang noticed it. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Mariusz Zaborski <mariusz.zaborski@klarasystems.com> Signed-off-by: Alexander Motin <alexander.motin@TrueNAS.com> Fixes #16853 Closes #17733