Actions
Bug #8856
closedarc_cksum_is_equal() doesn't take into account ABD-logic
Start date:
2017-11-22
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
arc_cksum_is_equal() calls zio_push_transform() that requires abd_t* (second arg), but a void* is passed.
Delphix's illumos-gate also has the same issue.
the fix:
Actions