Add missing EXPORT_SYMBOL() to dmu_tx_callback_register().
This commit is contained in:
parent
cc652f2c35
commit
96da8b0db7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue