[PATCH 1/2] hpsa: use a driver's own workqueue instead of a shared wq

2015-01-27 Thread Tomas Henzl
hpsa driver uses a shared wq, max sleep time in function spent hpsa_wait_for_clear_event_notify_ack may take up to 40sec and that is too much for a shared workqueue. This patch takes the easiest approach and just creates a driver's own workqueue. Signed-off-by: Tomas Henzl the...@redhat.com ---

[PATCH 1/2] hpsa: use a driver's own workqueue instead of a shared wq

2015-01-23 Thread Tomas Henzl
hpsa driver uses a shared wq, max sleep time in function spent hpsa_wait_for_clear_event_notify_ack may take up to 20sec and that is too much for a shared workqueue. This patch takes the easiest approach and just creates a driver's own workqueue. Signed-off-by: Tomas Henzl the...@redhat.com ---