commit | d7a54e30d324b6f3b29a6cf2ff24c95b135013f5 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Thu Apr 26 09:38:01 2007 -0400 |
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | Sun May 06 09:33:17 2007 -0500 |
tree | e009a153ea6cdfc9dfcc14dda0b749a79cc59beb | |
parent | 4797547778fd51e6ee929c5dd67ab3807898eb82 [diff] [blame] |
[SCSI] sas_scsi_host: Convert to use the kthread API Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
diff --git a/include/scsi/libsas.h b/include/scsi/libsas.h index ad0182e..2e6bdc4 100644 --- a/include/scsi/libsas.h +++ b/include/scsi/libsas.h
@@ -314,8 +314,7 @@ 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 {