commit | 775bf2773858c50d2acfcdf71889984be94e7037 | [log] [tgz] |
---|---|---|
author | Stephen M. Cameron <scameron@beardog.cce.hp.com> | Thu Jan 05 10:15:31 2012 -0600 |
committer | James Bottomley <JBottomley@Parallels.com> | Mon Jan 16 09:47:24 2012 +0400 |
tree | bde361db470dacb057a2a30e4e43798ad4922cbf | |
parent | f2d7e40e8069f0d6b4958dbda4383f412f53c7d1 [diff] |
[SCSI] hpsa: do not sleep in atomic context in rmmod path. Don't call kthread_stop with a spin lock held and interrupts disabled because kthread_stop will sleep waiting for the thread to stop. Signed-off-by: Stephen M. Cameron <scameron@beardog.cce.hp.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>