Skip to content

Commit

Permalink
Merge tag 'zfs-2.2.0-rc4' into truenas/zfs-2.2-release
Browse files Browse the repository at this point in the history
OpenZFS 2.2.0-rc4

Signed-off-by: Ameer Hamza <[email protected]>
  • Loading branch information
ixhamza committed Sep 7, 2023
2 parents 2e50970 + 739db06 commit f992a3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion META
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Meta: 1
Name: zfs
Branch: 1.0
Version: 2.2.0
Release: rc3
Release: rc4
Release-Tags: relext
License: CDDL
Author: OpenZFS
Expand Down
2 changes: 2 additions & 0 deletions module/os/linux/zfs/qat_compress.c
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,9 @@ qat_dc_init(void)
sd.huffType = CPA_DC_HT_FULL_DYNAMIC;
sd.sessDirection = CPA_DC_DIR_COMBINED;
sd.sessState = CPA_DC_STATELESS;
#if (CPA_DC_API_VERSION_NUM_MAJOR == 1 && CPA_DC_API_VERSION_NUM_MINOR < 6)
sd.deflateWindowSize = 7;
#endif
sd.checksum = CPA_DC_ADLER32;
status = cpaDcGetSessionSize(dc_inst_handles[i],
&sd, &sess_size, &ctx_size);
Expand Down

0 comments on commit f992a3a

Please sign in to comment.