mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-01-13 11:40:25 +03:00
Export dnode symbols
External consumers such as Lustre require access to the dnode interfaces in order to correctly manipulate dnodes. Reviewed-by: James Simmons <uja.ornl@yahoo.com> Reviewed-by: Olaf Faaland <faaland1@llnl.gov> Reviewed-by: George Melikov <mail@gmelikov.ru> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Issue #8994 Closes #9027
This commit is contained in:
parent
9949b856a0
commit
64f3d39ae4
@ -2502,3 +2502,13 @@ out:
|
||||
|
||||
return (error);
|
||||
}
|
||||
|
||||
#if defined(_KERNEL)
|
||||
EXPORT_SYMBOL(dnode_hold);
|
||||
EXPORT_SYMBOL(dnode_rele);
|
||||
EXPORT_SYMBOL(dnode_set_nlevels);
|
||||
EXPORT_SYMBOL(dnode_set_blksz);
|
||||
EXPORT_SYMBOL(dnode_free_range);
|
||||
EXPORT_SYMBOL(dnode_evict_dbufs);
|
||||
EXPORT_SYMBOL(dnode_evict_bonus);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user