comparison usr/src/uts/common/fs/zfs/dsl_dataset.c @ 13941:d48547176ab4

3498 panic in arc_read(): !refcount_is_zero(&pbuf->b_hdr->b_refcnt) Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Approved by: Richard Lowe <richlowe@richlowe.net>
author George Wilson <george.wilson@delphix.com>
date Fri, 01 Feb 2013 14:11:09 -0800
parents e3a9ae14a119
children 7a22d0770fc8
comparison
equal deleted inserted replaced
13940:e2277f14d676 13941:d48547176ab4
1258 dmu_tx_t *tx; 1258 dmu_tx_t *tx;
1259 }; 1259 };
1260 1260
1261 /* ARGSUSED */ 1261 /* ARGSUSED */
1262 static int 1262 static int
1263 kill_blkptr(spa_t *spa, zilog_t *zilog, const blkptr_t *bp, arc_buf_t *pbuf, 1263 kill_blkptr(spa_t *spa, zilog_t *zilog, const blkptr_t *bp,
1264 const zbookmark_t *zb, const dnode_phys_t *dnp, void *arg) 1264 const zbookmark_t *zb, const dnode_phys_t *dnp, void *arg)
1265 { 1265 {
1266 struct killarg *ka = arg; 1266 struct killarg *ka = arg;
1267 dmu_tx_t *tx = ka->tx; 1267 dmu_tx_t *tx = ka->tx;
1268 1268