Re: [PATCH v2 07/10] scsi: libsas: Delete sas_ssp_task.task_prio

From: Jason Yan
Date: Tue Aug 15 2023 - 22:44:44 EST


On 2023/8/15 19:51, John Garry wrote:
Since libsas was introduced in commit 2908d778ab3e ("[SCSI] aic94xx: new
driver"), sas_ssp_task.task_prio is never set, so delete it
and any references which depend on it being set (all of them).

Signed-off-by: John Garry<john.g.garry@xxxxxxxxxx>
---
drivers/scsi/aic94xx/aic94xx_task.c | 1 -
drivers/scsi/hisi_sas/hisi_sas_v1_hw.c | 3 +--
drivers/scsi/hisi_sas/hisi_sas_v2_hw.c | 3 +--
drivers/scsi/hisi_sas/hisi_sas_v3_hw.c | 2 +-
drivers/scsi/isci/request.c | 2 +-
drivers/scsi/mvsas/mv_sas.c | 3 +--
drivers/scsi/pm8001/pm8001_hwi.c | 1 -
drivers/scsi/pm8001/pm80xx_hwi.c | 1 -
include/scsi/libsas.h | 1 -
9 files changed, 5 insertions(+), 12 deletions(-)

Reviewed-by: Jason Yan <yanaijie@xxxxxxxxxx>