summaryrefslogtreecommitdiffstats
path: root/include/zfs_comutil.h
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2020-01-06 11:17:53 -0800
committerGitHub <[email protected]>2020-01-06 11:17:53 -0800
commitbc9cef11fddfe8e6e240477084a49f4bad1fb4f3 (patch)
treec76ef6d1afa9d7d77d09a00b7d1355cabfc88637 /include/zfs_comutil.h
parent581ca28169eaa2c3285057876f42bab3314051ad (diff)
Fix QAT allocation failure return value
When qat_compress() fails to allocate the required contiguous memory it mistakenly returns success. This prevents the fallback software compression from taking over and (un)compressing the block. Resolve the issue by correctly setting the local 'status' variable on all exit paths. Furthermore, initialize it to CPA_STATUS_FAIL to ensure qat_compress() always fails safe to guard against any similar bugs in the future. Reviewed-by: Tony Hutter <[email protected]> Signed-off-by: Brian Behlendorf <[email protected]> Closes #9784 Closes #9788
Diffstat (limited to 'include/zfs_comutil.h')
0 files changed, 0 insertions, 0 deletions