From: Brian Behlendorf Date: Wed, 20 Sep 2017 16:30:24 +0000 (-0700) Subject: Export symbol dmu_tx_mark_netfree() X-Git-Tag: zfs-0.7.2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c474f5e9a7597bef2a12e89b7283cf6c892f90bd;p=zfs 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 Reviewed-by: Giuseppe Di Natale Reviewed-by: Tony Hutter Reviewed-by: Alex Zhuravlev Signed-off-by: Brian Behlendorf Closes #6660 --- diff --git a/module/zfs/dmu_tx.c b/module/zfs/dmu_tx.c index 426e005eb..097fa774a 100644 --- a/module/zfs/dmu_tx.c +++ b/module/zfs/dmu_tx.c @@ -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);