mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 02:27:36 +03:00
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:
@@ -1210,3 +1210,5 @@ abd_raidz_rec_iterate(abd_t **cabds, abd_t **tabds,
|
||||
}
|
||||
abd_exit_critical(flags);
|
||||
}
|
||||
|
||||
EXPORT_SYMBOL(abd_free);
|
||||
|
||||
@@ -393,5 +393,5 @@ dmu_write_uio_direct(dnode_t *dn, zfs_uio_t *uio, uint64_t size, dmu_tx_t *tx)
|
||||
}
|
||||
#endif /* _KERNEL */
|
||||
|
||||
EXPORT_SYMBOL(dmu_read_uio_direct);
|
||||
EXPORT_SYMBOL(dmu_write_uio_direct);
|
||||
EXPORT_SYMBOL(dmu_read_abd);
|
||||
EXPORT_SYMBOL(dmu_write_abd);
|
||||
|
||||
Reference in New Issue
Block a user