From 96da8b0db73c0ef248e49218601b1543f2a2ee3b Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Mon, 8 Jun 2009 13:08:14 -0700 Subject: [PATCH] Add missing EXPORT_SYMBOL() to dmu_tx_callback_register(). --- module/zfs/dmu_tx.c | 1 + 1 file changed, 1 insertion(+) diff --git a/module/zfs/dmu_tx.c b/module/zfs/dmu_tx.c index fb34930ea9..7c26d1ddf9 100644 --- a/module/zfs/dmu_tx.c +++ b/module/zfs/dmu_tx.c @@ -1121,4 +1121,5 @@ EXPORT_SYMBOL(dmu_tx_assign); EXPORT_SYMBOL(dmu_tx_wait); EXPORT_SYMBOL(dmu_tx_commit); EXPORT_SYMBOL(dmu_tx_get_txg); +EXPORT_SYMBOL(dmu_tx_callback_register); #endif