summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Behlendorf <behlendorf1@llnl.gov>2010-08-17 11:07:08 -0700
committerBrian Behlendorf <behlendorf1@llnl.gov>2010-08-17 11:07:08 -0700
commit7ddf43e2c33730556c84015bcd061887c59483fa (patch)
treec5390704c07cc697ad08aaafde213c5e1bfbcf1e
parent46ecf0e3b1dd719d32d4dc5f5a64a230e1b88e9e (diff)
parente7e97670e0bc22017df14e1718360cfbcc892ae0 (diff)
Merge commit 'refs/top-bases/top' into toptop
-rw-r--r--module/zfs/dmu_objset.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/zfs/dmu_objset.c b/module/zfs/dmu_objset.c
index 1a4ed3ab4..91cb06580 100644
--- a/module/zfs/dmu_objset.c
+++ b/module/zfs/dmu_objset.c
@@ -1713,6 +1713,7 @@ EXPORT_SYMBOL(dmu_objset_is_dirty);
EXPORT_SYMBOL(dmu_objset_create_impl);
EXPORT_SYMBOL(dmu_objset_open_impl);
EXPORT_SYMBOL(dmu_objset_evict);
+EXPORT_SYMBOL(dmu_objset_register_type);
EXPORT_SYMBOL(dmu_objset_do_userquota_updates);
EXPORT_SYMBOL(dmu_objset_userquota_get_ids);
EXPORT_SYMBOL(dmu_objset_userused_enabled);