[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <c4829613-1fea-488d-9d58-373e0d3b6bc1@linux.alibaba.com>
Date: Thu, 22 May 2025 16:34:27 +0800
From: Gao Xiang <hsiangkao@...ux.alibaba.com>
To: Bo Liu <liubo03@...pur.com>, xiang@...nel.org, chao@...nel.org
Cc: linux-erofs@...ts.ozlabs.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v6] erofs: support deflate decompress by using Intel QAT
On 2025/5/22 16:14, Bo Liu wrote:
...
> +
> +static int __z_erofs_crypto_decompress(struct z_erofs_decompress_req *rq,
> + struct crypto_acomp *tfm)
> +{
> + struct sg_table st_src, st_dst;
> + struct acomp_req *req;
> + struct crypto_wait wait;
> + u8 *headpage;
> + int ret;
> +
> + headpage = kmap_local_page(*rq->in);
> + ret = z_erofs_fixup_insize(rq, headpage + rq->pageofs_in,
> + min_t(unsigned int, rq->inputsize,
> + rq->sb->s_blocksize - rq->pageofs_in));
Please fix the alignment of this line.
Thanks,
Gao Xiang
Powered by blists - more mailing lists