From d7a54e30d324b6f3b29a6cf2ff24c95b135013f5 Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Thu, 26 Apr 2007 09:38:01 -0400 Subject: [SCSI] sas_scsi_host: Convert to use the kthread API Signed-off-by: Christoph Hellwig Signed-off-by: James Bottomley --- include/scsi/libsas.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/scsi/libsas.h') diff --git a/include/scsi/libsas.h b/include/scsi/libsas.h index ad0182ef7809..2e6bdc4e7a0a 100644 --- a/include/scsi/libsas.h +++ b/include/scsi/libsas.h @@ -314,8 +314,7 @@ struct scsi_core { struct list_head task_queue; int task_queue_size; - struct semaphore queue_thread_sema; - int queue_thread_kill; + struct task_struct *queue_thread; }; struct sas_ha_event { -- cgit v1.2.3