Re: [PATCH 28/48] hpsa: use per-controller work queue

2015-01-15 Thread Christoph Hellwig
This should be folded into the previous patch. -- To unsubscribe from this list: send the line unsubscribe linux-scsi in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH 28/48] hpsa: use per-controller work queue

2015-01-14 Thread Don Brace
From: Webb Scales web...@hp.com There is a possibility of deadlock if we use the system work queue for command resubmission since something in the queue may be depending on the I/O that gets resubmitted, and the resubmitted I/O will be behind the thing that depends on it in the queue. Using a