diff options
author | Brian Behlendorf <[email protected]> | 2009-02-18 14:47:06 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2009-02-18 14:47:06 -0800 |
commit | eb3d5e70511c9fee4f513bb75107167212b754d3 (patch) | |
tree | 537dcb0885b2f9489bc715452a5c05ae7f9ba2dc | |
parent | 3b17164f715e3c0cd5205f2e001dc4ad1398f658 (diff) |
Local try should be in this patch
-rw-r--r-- | module/zfs/arc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/zfs/arc.c b/module/zfs/arc.c index 5904a3935..70340463c 100644 --- a/module/zfs/arc.c +++ b/module/zfs/arc.c @@ -4220,6 +4220,7 @@ l2arc_write_buffers(spa_t *spa, l2arc_dev_t *dev, uint64_t target_sz) l2arc_write_callback_t *cb; zio_t *pio, *wzio; uint64_t guid = spa_guid(spa); + int try; ASSERT(dev->l2ad_vdev != NULL); |