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:
Updated by Electric Monk over 4 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit 01a059ee0cdece49f47fd4d70086dd5bc7d0b0ff
commit 01a059ee0cdece49f47fd4d70086dd5bc7d0b0ff Author: Roman Strashkin <roman.strashkin@nexenta.com> Date: 2018-01-16T16:32:46.000Z 8856 arc_cksum_is_equal() doesn't take into account ABD-logic Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Approved by: Gordon Ross <gwr@nexenta.com>
Actions