Skip to content

Commit

Permalink
[test] commenting out
Browse files Browse the repository at this point in the history
@arc_hdr_l2hdr_destroy(arc_buf_hdr_t *hdr)

line 1912

//	IMPLY(l2hdr->b_daddr == L2ARC_ADDR_UNSET, HDR_L2_WRITING(hdr));
  • Loading branch information
kernelOfTruth committed May 15, 2015
1 parent c99dfad commit 19b6408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/zfs/arc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1908,7 +1908,7 @@ arc_hdr_l2hdr_destroy(arc_buf_hdr_t *hdr)
* completed, in which case HDR_L2_WRITING will be false and the
* b_daddr field will point to the address of the buffer on disk).
*/
IMPLY(l2hdr->b_daddr == L2ARC_ADDR_UNSET, HDR_L2_WRITING(hdr));
// IMPLY(l2hdr->b_daddr == L2ARC_ADDR_UNSET, HDR_L2_WRITING(hdr));

/*
* If b_daddr is equal to L2ARC_ADDR_UNSET, we're racing with
Expand Down

0 comments on commit 19b6408

Please sign in to comment.