git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2d7e40
)
[SCSI] hpsa: do not sleep in atomic context in rmmod path.
author
Stephen M. Cameron
<scameron@beardog.cce.hp.com>
Thu, 5 Jan 2012 16:15:31 +0000
(10:15 -0600)
committer
James Bottomley
<JBottomley@Parallels.com>
Mon, 16 Jan 2012 05:47:24 +0000
(09:47 +0400)
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>
No differences found