Merge commit 'refs/top-bases/linux-debug-zerocopy' into linux-debug-zerocopy

This commit is contained in:
Brian Behlendorf 2009-01-05 15:21:19 -08:00
commit 5b2b7fc3df
1 changed files with 2 additions and 1 deletions

View File

@ -409,5 +409,6 @@ traverse_pool(spa_t *spa, blkptr_cb_t func, void *arg)
}
#if defined(_KERNEL) && defined(HAVE_SPL)
EXPORT_SYMBOL(traverse_dsl_dataset);
EXPORT_SYMBOL(traverse_dataset);
EXPORT_SYMBOL(traverse_pool);
#endif