]> git.proxmox.com Git - mirror_zfs.git/commit
Bug fix in qat_compress.c for vmalloc addr check
authorwli5 <weigang.li@intel.com>
Mon, 5 Feb 2018 18:26:27 +0000 (02:26 +0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 5 Feb 2018 18:26:27 +0000 (10:26 -0800)
commitf6b58faaa618256bf7e2ac690dbfe5d4cfb5e976
treec9d5d26c429c43540fd1450bef4143eca7a2c5f3
parent0d23f5e2e4532718ce26ec8411140759cf2367e2
Bug fix in qat_compress.c for vmalloc addr check

Remove the unused vmalloc address check, and function mem_to_page
will handle the non-vmalloc address when map it to a physical
address.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Weigang Li <weigang.li@intel.com>
Closes #7125
module/zfs/qat_compress.c