Remove symbol exports no longer needed with the dsl scrub rewrite

This commit is contained in:
Brian Behlendorf 2009-01-05 16:55:15 -08:00
parent d763974558
commit 90ff526841
1 changed files with 0 additions and 3 deletions

View File

@ -4353,9 +4353,6 @@ EXPORT_SYMBOL(spa_l2cache_space_update);
/* scrubbing */
EXPORT_SYMBOL(spa_scrub);
EXPORT_SYMBOL(spa_scrub_suspend);
EXPORT_SYMBOL(spa_scrub_resume);
EXPORT_SYMBOL(spa_scrub_restart);
/* spa syncing */
EXPORT_SYMBOL(spa_sync); /* only for DMU use */