mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 18:11:00 +03:00
Export symbol dmu_tx_mark_netfree()
This symbol is needed by Lustre for the same reason it was needed by the ZPL. It should have been exported when the original patch was merged. Reviewed-by: George Melikov <mail@gmelikov.ru> Reviewed-by: Giuseppe Di Natale <dinatale2@llnl.gov> Reviewed-by: Tony Hutter <hutter2@llnl.gov> Reviewed-by: Alex Zhuravlev <bzzz@whamcloud.com> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #6660
This commit is contained in:
parent
4e6a9e4598
commit
c474f5e9a7
@ -1369,6 +1369,7 @@ EXPORT_SYMBOL(dmu_tx_abort);
|
||||
EXPORT_SYMBOL(dmu_tx_assign);
|
||||
EXPORT_SYMBOL(dmu_tx_wait);
|
||||
EXPORT_SYMBOL(dmu_tx_commit);
|
||||
EXPORT_SYMBOL(dmu_tx_mark_netfree);
|
||||
EXPORT_SYMBOL(dmu_tx_get_txg);
|
||||
EXPORT_SYMBOL(dmu_tx_callback_register);
|
||||
EXPORT_SYMBOL(dmu_tx_do_callbacks);
|
||||
|
Loading…
Reference in New Issue
Block a user