Merge commit 'refs/top-bases/gcc-branch' into gcc-branch

This commit is contained in:
Brian Behlendorf 2009-07-07 15:50:12 -07:00
commit 33e5b3832f
1 changed files with 1 additions and 1 deletions

View File

@ -2958,7 +2958,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;