Skip to content

Commit

Permalink
Temporarily take out ASSERT until upstream merges
Browse files Browse the repository at this point in the history
for abd changes will be pulled in.

Signed-off-by: Jorgen Lundman <lundman@lundman.net>
  • Loading branch information
lundman committed Apr 25, 2024
1 parent 4b326b9 commit 43cce56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions module/zfs/abd.c
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,9 @@ abd_return_buf(abd_t *abd, void *buf, size_t n)
if (abd_is_linear(abd)) {
ASSERT3P(buf, ==, abd_to_buf(abd));
} else {
#ifndef _WIN32
ASSERT0(abd_cmp_buf(abd, buf, n));
#endif
zio_buf_free(buf, n);
}
}
Expand Down

0 comments on commit 43cce56

Please sign in to comment.