>-----Original Message-----
>From: Gao Xiang <hsiang...@linux.alibaba.com>
>Sent: Thursday, May 22, 2025 4:34 PM
>To: Bo Liu (刘波)-浪潮信息 <liub...@inspur.com>; xi...@kernel.org;
>c...@kernel.org
>Cc: linux-erofs@lists.ozlabs.org; linux-ker...@vger.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

Sorry, I will fix it right now.

Thanks,

Bo Liu

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to