]> granicus.if.org Git - zfs/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)
committerTony Hutter <hutter2@llnl.gov>
Wed, 14 Mar 2018 23:10:36 +0000 (16:10 -0700)
commit5f38142e7b3a8994afef60faa2e65d72e7993807
tree04e26069420b2efdae4a54d500ddd10db50c31f7
parent29b79dcfe90a67a919c2f42fbaa2e557ea484bd5
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