zfs/include/os/linux
Rob N f4e2aed42a Linux 6.7 compat: detect if kernel defines intptr_t
Since Linux 6.7 the kernel has defined intptr_t. Clang has
-Wtypedef-redefinition by default, which causes the build to fail
because we also have a typedef for intptr_t.

Since its better to use the kernel's if it exists, detect it and skip
our own.

Sponsored-by: https://despairlabs.com/sponsor/
Reviewed-by: Tino Reichardt <milky-zfs@mcmilk.de>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Rob Norris <robn@despairlabs.com>
Closes #16201
2024-07-16 15:33:17 -07:00
..
kernel/linux bdev_discard_supported: understand discard_granularity=0 2024-04-19 10:19:53 -07:00
spl Linux 6.7 compat: detect if kernel defines intptr_t 2024-07-16 15:33:17 -07:00
zfs/sys ZIL: Update Linux tracing after #15635 2024-04-19 10:13:38 -07:00
Makefile.am xdr: header cleanup 2024-04-29 13:50:05 -07:00