summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/fs/zfs/dmu_objset.c
diff options
context:
space:
mode:
authormaybee <none@none>2007-03-26 12:01:20 -0700
committermaybee <none@none>2007-03-26 12:01:20 -0700
commitaf2c4821c0a23e873f2a63bca4145080aa2183e3 (patch)
tree0d586a6ce404e8dbdb86199692778a2e9babcae6 /usr/src/uts/common/fs/zfs/dmu_objset.c
parent1e7ef456443516ebe1cb6722f4133b6f1f165284 (diff)
downloadillumos-gate-af2c4821c0a23e873f2a63bca4145080aa2183e3.tar.gz
6437750 panic: db->db_buf==0||arc_referenced(db->db_buf), file: dbuf.c,line:1539
6466866 assertion failed: dlen <= zp->z_blksz (0x188b4 <= 0x13200), zfs_vnops.c, line: 884 6512661 unowned mutex panic during stress test 6524889 Hang adding zvol-based devices to a pool or creating a pool from zvols 6531759 zfs_rmdir() can return EEXIST on an empty directory when spotlight is messing with it 6532056 missing dmu_tx_commit() in zfs_write() eventually hangs zfs
Diffstat (limited to 'usr/src/uts/common/fs/zfs/dmu_objset.c')
-rw-r--r--usr/src/uts/common/fs/zfs/dmu_objset.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/usr/src/uts/common/fs/zfs/dmu_objset.c b/usr/src/uts/common/fs/zfs/dmu_objset.c
index fe2b80f2e6..07f8c864a4 100644
--- a/usr/src/uts/common/fs/zfs/dmu_objset.c
+++ b/usr/src/uts/common/fs/zfs/dmu_objset.c
@@ -750,9 +750,6 @@ killer(zio_t *zio, arc_buf_t *abuf, void *arg)
os->os_synctx);
}
arc_release(os->os_phys_buf, &os->os_phys_buf);
-
- if (os->os_dsl_dataset)
- dmu_buf_rele(os->os_dsl_dataset->ds_dbuf, os->os_dsl_dataset);
}
/* called from dsl */