Export correct symbols for Lustre Direct I/O

Originally the Lustre ZFS OSD code was going to use zfs_uio_t structs
for supporting Direct I/O with ZFS. However, this has changed to using
abd_t structs instead. This exports the proper symbols that will be used
by the Lustre ZFS OSD code.

Reviewed-by: Tony Hutter <hutter2@llnl.gov>
Reviewed-by: Alexander Motin <mav@FreeBSD.org>
Signed-off-by: Brian Atkinson <batkinson@lanl.gov>
Closes #17256
This commit is contained in:
Brian Atkinson
2025-04-24 13:55:21 -04:00
committed by GitHub
parent 37a3e26552
commit 7031a48c70
3 changed files with 6 additions and 2 deletions
+2
View File
@@ -1210,3 +1210,5 @@ abd_raidz_rec_iterate(abd_t **cabds, abd_t **tabds,
}
abd_exit_critical(flags);
}
EXPORT_SYMBOL(abd_free);