Add missing EXPORT_SYMBOL() to dmu_tx_callback_register().

This commit is contained in:
Brian Behlendorf 2009-06-08 13:08:14 -07:00
parent cc652f2c35
commit 96da8b0db7
1 changed files with 1 additions and 0 deletions

View File

@ -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