Add fix-dsl_pool_t branch
This commit is contained in:
parent
34dc7c2f25
commit
2878adedfd
|
@ -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>
|
||||
|
||||
---
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue