Remove symbol exports no longer needed with the dsl scrub rewrite
This commit is contained in:
parent
d763974558
commit
90ff526841
|
@ -4353,9 +4353,6 @@ EXPORT_SYMBOL(spa_l2cache_space_update);
|
||||||
|
|
||||||
/* scrubbing */
|
/* scrubbing */
|
||||||
EXPORT_SYMBOL(spa_scrub);
|
EXPORT_SYMBOL(spa_scrub);
|
||||||
EXPORT_SYMBOL(spa_scrub_suspend);
|
|
||||||
EXPORT_SYMBOL(spa_scrub_resume);
|
|
||||||
EXPORT_SYMBOL(spa_scrub_restart);
|
|
||||||
|
|
||||||
/* spa syncing */
|
/* spa syncing */
|
||||||
EXPORT_SYMBOL(spa_sync); /* only for DMU use */
|
EXPORT_SYMBOL(spa_sync); /* only for DMU use */
|
||||||
|
|
Loading…
Reference in New Issue