diff options
author | Brian Behlendorf <[email protected]> | 2017-09-20 09:30:24 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2017-09-20 09:30:24 -0700 |
commit | 848259c10f08694fd57c005aeb5ca8d724f046b6 (patch) | |
tree | eebb661d6618c87c7cbcfeca046d592875ac1d12 /module | |
parent | 18a2485fc8061f7393ca19f7291366bc46fe9bf7 (diff) |
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 <[email protected]>
Reviewed-by: Giuseppe Di Natale <[email protected]>
Reviewed-by: Tony Hutter <[email protected]>
Reviewed-by: Alex Zhuravlev <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #6660
Diffstat (limited to 'module')
-rw-r--r-- | module/zfs/dmu_tx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/zfs/dmu_tx.c b/module/zfs/dmu_tx.c index 7937615f2..30cb3c1ff 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); |