]> granicus.if.org Git - zfs/commitdiff
Export symbol dmu_tx_mark_netfree()
authorBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 20 Sep 2017 16:30:24 +0000 (09:30 -0700)
committerTony Hutter <hutter2@llnl.gov>
Wed, 20 Sep 2017 17:25:54 +0000 (10:25 -0700)
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

module/zfs/dmu_tx.c

index 426e005ebfb2897f629801af4e9c6c30d9fc2702..097fa774ad0650aab2597b8e6cb200009600e858 100644 (file)
@@ -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);