Actions
Feature #9911
closedloader: use crc32 from libstand (libz)
Start date:
2018-10-18
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
External Bug:
Description
Loader has two instances of crc32 implementation, standalone and part of libz. Since we need libz with zfs reader and module decompression, we can drop standalone version and only use one from libz.
Actions