RE: [PATCH v5 04/10] scsi: ufshpb: Make eviction depends on region's reads

From: Avri Altman
Date: Tue Mar 16 2021 - 04:35:26 EST


> > int ret = 0;
> > @@ -1263,6 +1271,16 @@ static int ufshpb_add_region(struct ufshpb_lu
> > *hpb, struct ufshpb_region *rgn)
> > * because the device could detect this region
> > * by not issuing HPB_READ
> > */
> > +
> > + /*
> > + * in host control mode, verify that the entering
> > + * region has enough reads
> > + */
>
> Maybe merge the new comments with the original comments above?
Done.

Thanks,
Avri

> Thanks,
> Can Guo.