mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04: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
1 changed files with 10 additions and 0 deletions
|
|
@ -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 a new issue