Skip to content

Commit

Permalink
Fix minor mismerge sometimes earlier.
Browse files Browse the repository at this point in the history
  • Loading branch information
amotin committed Aug 14, 2015
1 parent 3cc7e59 commit 5126ac3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c
Original file line number Diff line number Diff line change
Expand Up @@ -2190,10 +2190,6 @@ arc_buf_data_free(arc_buf_t *buf, void (*free_func)(void *, size_t))
}
}

/*
* Free up buf->b_data and if 'remove' is set, then pull the
* arc_buf_t off of the the arc_buf_hdr_t's list and free it.
*/
static void
arc_buf_l2_cdata_free(arc_buf_hdr_t *hdr)
{
Expand Down Expand Up @@ -2249,6 +2245,10 @@ arc_buf_l2_cdata_free(arc_buf_hdr_t *hdr)
hdr->b_l1hdr.b_tmp_cdata = NULL;
}

/*
* Free up buf->b_data and if 'remove' is set, then pull the
* arc_buf_t off of the the arc_buf_hdr_t's list and free it.
*/
static void
arc_buf_destroy(arc_buf_t *buf, boolean_t remove)
{
Expand Down

0 comments on commit 5126ac3

Please sign in to comment.