diff options
author | Tejun Heo <htejun@gmail.com> | 2006-05-31 05:27:42 -0400 |
---|---|---|
committer | Tejun Heo <htejun@gmail.com> | 2006-05-31 05:27:42 -0400 |
commit | 453b07accb47c5b54aa2f156ebffac63c543027b (patch) | |
tree | a08ee98bab64b1d92a9856e086c87de53012b6fc /drivers/scsi/libata.h | |
parent | 3edebac41bab7e146578ad9e723ee7fff71c99c0 (diff) |
[PATCH] libata-hp-prep: add ata_aux_wq
It's best to run ATA hotplug from EH but attaching SCSI devices needs
working EH. ata_aux_wq is used to give SCSI hotplug operations a
separate context.
Signed-off-by: Tejun Heo <htejun@gmail.com>
Diffstat (limited to 'drivers/scsi/libata.h')
-rw-r--r-- | drivers/scsi/libata.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/libata.h b/drivers/scsi/libata.h index c2b1c919b964..4458fd9fc1a4 100644 --- a/drivers/scsi/libata.h +++ b/drivers/scsi/libata.h | |||
@@ -39,6 +39,7 @@ struct ata_scsi_args { | |||
39 | }; | 39 | }; |
40 | 40 | ||
41 | /* libata-core.c */ | 41 | /* libata-core.c */ |
42 | extern struct workqueue_struct *ata_aux_wq; | ||
42 | extern int atapi_enabled; | 43 | extern int atapi_enabled; |
43 | extern int atapi_dmadir; | 44 | extern int atapi_dmadir; |
44 | extern int libata_fua; | 45 | extern int libata_fua; |