diff --git a/module/zfs/arc.c b/module/zfs/arc.c index 597ef3fa92..318d4ce421 100644 --- a/module/zfs/arc.c +++ b/module/zfs/arc.c @@ -2974,7 +2974,7 @@ void arc_release(arc_buf_t *buf, void *tag) { arc_buf_hdr_t *hdr; - kmutex_t *hash_lock; + kmutex_t *hash_lock = NULL; l2arc_buf_hdr_t *l2hdr; uint64_t buf_size = 0; boolean_t released = B_FALSE;