Merge branch 'linux-kernel-module' into refs/top-bases/linux-zfs-branch

This commit is contained in:
Brian Behlendorf 2010-07-27 09:51:16 -07:00
commit 45fab7f26c
1 changed files with 2 additions and 0 deletions

View File

@ -1686,6 +1686,8 @@ dmu_objset_get_user(objset_t *os)
} }
#if defined(_KERNEL) && defined(HAVE_SPL) #if defined(_KERNEL) && defined(HAVE_SPL)
EXPORT_SYMBOL(dmu_objset_pool);
EXPORT_SYMBOL(dmu_objset_name);
EXPORT_SYMBOL(dmu_objset_hold); EXPORT_SYMBOL(dmu_objset_hold);
EXPORT_SYMBOL(dmu_objset_own); EXPORT_SYMBOL(dmu_objset_own);
EXPORT_SYMBOL(dmu_objset_rele); EXPORT_SYMBOL(dmu_objset_rele);