mirror_zfs/include/os/linux
Rob Norris ff7d051475
Fix compile-time warnings caused by duplicate struct typedefs (#16880)
Some compiler/versions warn these typedefs according to #16660.

The platform specific header sys/abd_os.h shouldn't define or use abd_t,
as it's defined in its non-platform specific consumer sys/abd.h.
Do the same as what FreeBSD header does.

Original-patch-by: Tomohiro Kusumi <kusumi.tomohiro@gmail.com>
Signed-off-by: Rob Norris <robn@despairlabs.com>
(cherry picked from commit a9851ea3dd)

Co-authored-by: Tomohiro Kusumi <kusumi.tomohiro@gmail.com>
Reviewed-by: Alexander Motin <mav@FreeBSD.org>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Tony Hutter <hutter2@llnl.gov>
2024-12-18 15:54:54 -08:00
..
kernel/linux Linux 6.12: PG_error flag was removed 2024-11-15 10:15:01 -08:00
spl Fix compile-time warnings caused by duplicate struct typedefs (#16880) 2024-12-18 15:54:54 -08:00
zfs/sys Fix compile-time warnings caused by duplicate struct typedefs (#16880) 2024-12-18 15:54:54 -08:00
Makefile.am abd_os: break out platform-specific header parts 2024-11-15 10:15:00 -08:00