Re: [PATCH 1/1] xen/blkfront: fix comment for need_copy

From: Chaitanya Kulkarni
Date: Thu Mar 17 2022 - 20:27:34 EST


On 3/17/22 3:09 PM, Dongli Zhang wrote:
> The 'need_copy' is set when rq_data_dir(req) returns WRITE, in order to
> copy the written data to persistent page.
>
> ".need_copy = rq_data_dir(req) && info->feature_persistent,"
>
> Signed-off-by: Dongli Zhang <dongli.zhang@xxxxxxxxxx>
> ---

Looks good.

Reviewed-by: Chaitanya Kulkarni <kch@xxxxxxxxxx>

-ck