]> granicus.if.org Git - zfs/commitdiff
Add fix-dsl_pool_t branch
authorBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 20 Nov 2008 20:52:10 +0000 (12:52 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 20 Nov 2008 20:52:10 +0000 (12:52 -0800)
.topdeps [new file with mode: 0644]
.topmsg [new file with mode: 0644]
zfs/lib/libzpool/dsl_pool.c

diff --git a/.topdeps b/.topdeps
new file mode 100644 (file)
index 0000000..1f7391f
--- /dev/null
+++ b/.topdeps
@@ -0,0 +1 @@
+master
diff --git a/.topmsg b/.topmsg
new file mode 100644 (file)
index 0000000..041e2c9
--- /dev/null
+++ b/.topmsg
@@ -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>
+
+---
index de87368003cd0a0af7acf523f89740e5087e6005..08f17109f3458c287c1816e62a8066c81510d6f9 100644 (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);