From 9eec97e163781ef31db20a1c21a91f77ed410476 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Fri, 28 May 2010 10:08:02 -0700 Subject: [PATCH] Revert fix-dsl_pool_t fixed upstream --- module/zfs/dsl_pool.c | 1 - 1 file changed, 1 deletion(-) diff --git a/module/zfs/dsl_pool.c b/module/zfs/dsl_pool.c index 8c5f88a330..2c5dfca53b 100644 --- a/module/zfs/dsl_pool.c +++ b/module/zfs/dsl_pool.c @@ -223,7 +223,6 @@ dsl_pool_close(dsl_pool_t *dp) txg_list_destroy(&dp->dp_dirty_datasets); txg_list_destroy(&dp->dp_dirty_dirs); - txg_list_destroy(&dp->dp_sync_tasks); list_destroy(&dp->dp_synced_datasets); arc_flush(dp->dp_spa);