diff options
author | Brian Behlendorf <[email protected]> | 2017-10-13 10:02:39 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2017-10-13 10:02:39 -0700 |
commit | 21a932b83c3e0c6fe5f42f874fd3664e67f374c7 (patch) | |
tree | db188fd8f8c071443ac8fe10d6504edefb53382b /contrib | |
parent | cdc15a76045fa70743fb95a1fd450229e2b73fd3 (diff) | |
parent | 9bae371ce69187f14e15129173ba0b138a965ada (diff) |
Post-Encryption Followup
This PR includes fixes for bugs and documentation issues found
after the encryption patch was merged and general code improvements
for long-term maintainability.
Reviewed-by: Jorgen Lundman <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Tom Caputi <[email protected]>
Issue #6526
Closes #6639
Closes #6703
Cloese #6706
Closes #6714
Closes #6595
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/dracut/90zfs/module-setup.sh.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/dracut/90zfs/module-setup.sh.in b/contrib/dracut/90zfs/module-setup.sh.in index 71c81639b..0f85c2a25 100755 --- a/contrib/dracut/90zfs/module-setup.sh.in +++ b/contrib/dracut/90zfs/module-setup.sh.in @@ -25,6 +25,7 @@ installkernel() { instmods znvpair instmods zavl instmods zunicode + instmods icp instmods spl instmods zlib_deflate instmods zlib_inflate |