Export dmu_objset_register_type() function

The dmu_objset_register_type() function is required by the Lustre
quota code in order to inform the DMU of the uid/gid of a given
object for the purposes of space accounting.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Ricardo M. Correia <ricardo.correia@oracle.com>
This commit is contained in:
Zhiyong Landen tian 2010-08-17 11:00:12 -07:00 committed by Brian Behlendorf
parent b7f3425903
commit a139c4ee9f
1 changed files with 1 additions and 0 deletions

View File

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