Add fix-dsl_pool_t branch

This commit is contained in:
Brian Behlendorf 2008-11-20 12:52:10 -08:00
parent 34dc7c2f25
commit 2878adedfd
3 changed files with 10 additions and 0 deletions

1
.topdeps Normal file
View File

@ -0,0 +1 @@
master

8
.topmsg Normal file
View File

@ -0,0 +1,8 @@
From: Brian Behlendorf <behlendorf1@llnl.gov>
Subject: [PATCH] fix dsl_pool_t
Fix one leak with dsl_pool_t
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
---

View File

@ -136,6 +136,7 @@ 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);