[PATCH] scsi: message: fusion: remove unused sas_persist_task work

Tetsuo Handa posted 1 patch 2 years, 6 months ago
drivers/message/fusion/mptbase.h | 1 -
1 file changed, 1 deletion(-)
[PATCH] scsi: message: fusion: remove unused sas_persist_task work
Posted by Tetsuo Handa 2 years, 6 months ago
MPT_ADAPTER->sas_persist_task is no longer used since
commit 3eb0822c6740 ("[SCSI] mpt fusion: Firmware event implementation
using seperate WorkQueue").

Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
---
 drivers/message/fusion/mptbase.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/message/fusion/mptbase.h b/drivers/message/fusion/mptbase.h
index 4bd0682c65d3..e0ba783de368 100644
--- a/drivers/message/fusion/mptbase.h
+++ b/drivers/message/fusion/mptbase.h
@@ -757,7 +757,6 @@ typedef struct _MPT_ADAPTER
 	u8			 wait_on_reset_completion;
 	MPT_SCHEDULE_TARGET_RESET schedule_target_reset;
 	MPT_FLUSH_RUNNING_CMDS schedule_dead_ioc_flush_running_cmds;
-	struct work_struct	 sas_persist_task;
 
 	struct work_struct	 fc_setup_reset_work;
 	struct list_head	 fc_rports;
-- 
2.18.4
Re: [PATCH] scsi: message: fusion: remove unused sas_persist_task work
Posted by Martin K. Petersen 2 years, 6 months ago
On Wed, 22 Feb 2023 00:02:41 +0900, Tetsuo Handa wrote:

> MPT_ADAPTER->sas_persist_task is no longer used since
> commit 3eb0822c6740 ("[SCSI] mpt fusion: Firmware event implementation
> using seperate WorkQueue").
> 
> 

Applied to 6.4/scsi-queue, thanks!

[1/1] scsi: message: fusion: remove unused sas_persist_task work
      https://git.kernel.org/mkp/scsi/c/314550680a00

-- 
Martin K. Petersen	Oracle Linux Engineering
Re: [PATCH] scsi: message: fusion: remove unused sas_persist_task work
Posted by Martin K. Petersen 2 years, 6 months ago
Tetsuo,

> MPT_ADAPTER->sas_persist_task is no longer used since
> commit 3eb0822c6740 ("[SCSI] mpt fusion: Firmware event implementation
> using seperate WorkQueue").

Applied to 6.4/scsi-staging, thanks!

-- 
Martin K. Petersen	Oracle Linux Engineering