Export DMU/ZFS symbols required by Lustre
The dmu_objset_pool() and dmu_objset_name() symbols are needed by Lustre and should be exported. Signed-off-by: Ricardo M. Correia <ricardo.correia@oracle.com> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
This commit is contained in:
parent
b1d4ae7d16
commit
2a9e09ec68
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue