Merge commit 'refs/top-bases/fix-branch' into fix-branch
This commit is contained in:
commit
f4cbff30d7
|
@ -219,6 +219,7 @@ dsl_pool_close(dsl_pool_t *dp)
|
||||||
|
|
||||||
txg_list_destroy(&dp->dp_dirty_datasets);
|
txg_list_destroy(&dp->dp_dirty_datasets);
|
||||||
txg_list_destroy(&dp->dp_dirty_dirs);
|
txg_list_destroy(&dp->dp_dirty_dirs);
|
||||||
|
txg_list_destroy(&dp->dp_sync_tasks);
|
||||||
list_destroy(&dp->dp_synced_datasets);
|
list_destroy(&dp->dp_synced_datasets);
|
||||||
|
|
||||||
arc_flush(dp->dp_spa);
|
arc_flush(dp->dp_spa);
|
||||||
|
|
Loading…
Reference in New Issue