Skip to content

Commit

Permalink
Add mutual assignment to test CodeQL
Browse files Browse the repository at this point in the history
  • Loading branch information
ryao committed Jan 21, 2024
1 parent d9cb42d commit ac944f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions module/zfs/arc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1739,6 +1739,8 @@ arc_buf_alloc_l2only(size_t size, arc_buf_contents_t type, l2arc_dev_t *dev,
hdr->b_l2hdr.b_daddr = daddr;
hdr->b_l2hdr.b_arcs_state = arcs_state;

birth = hdr->b_birth;

return (hdr);
}

Expand Down

0 comments on commit ac944f0

Please sign in to comment.