RE: RE: [PATCH v22 2/4] scsi: ufs: L2P map management for HPB read

From: Daejun Park
Date: Tue Feb 23 2021 - 03:03:13 EST


> > + if (!ufshpb_is_hpb_rsp_valid(hba, lrbp, rsp_field))
> > + return;
> > +
> > + hpb->stats.rb_noti_cnt++;
>
> > + switch (rsp_field->hpb_op) {
> > + case HPB_RSP_NONE:
> > + /* nothing to do */
> > + break;
> Maybe checks this too in ufshpb_is_hpb_rsp_valid

Sure

Thanks,
Daejun