mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-18 10:21:01 +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
78831d4290
commit
d751b12a9d
@ -2483,3 +2483,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