Merge commit 'refs/top-bases/linux-libspl' into linux-libspl
This commit is contained in:
commit
6cc12a15c5
|
@ -2960,7 +2960,7 @@ void
|
||||||
arc_release(arc_buf_t *buf, void *tag)
|
arc_release(arc_buf_t *buf, void *tag)
|
||||||
{
|
{
|
||||||
arc_buf_hdr_t *hdr;
|
arc_buf_hdr_t *hdr;
|
||||||
kmutex_t *hash_lock;
|
kmutex_t *hash_lock = NULL;
|
||||||
l2arc_buf_hdr_t *l2hdr;
|
l2arc_buf_hdr_t *l2hdr;
|
||||||
uint64_t buf_size = 0;
|
uint64_t buf_size = 0;
|
||||||
boolean_t released = B_FALSE;
|
boolean_t released = B_FALSE;
|
||||||
|
|
Loading…
Reference in New Issue