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:
4fa604e
)
hpsa: remove spin lock around command allocation
author
Stephen M. Cameron
<stephenmcameron@gmail.com>
Fri, 14 Nov 2014 23:27:29 +0000
(17:27 -0600)
committer
Christoph Hellwig
<hch@lst.de>
Thu, 20 Nov 2014 08:11:27 +0000
(09:11 +0100)
It is already using atomic test_and_set_bit to do the
allocation.
There is some microscopic chance of starvation, but it is
so microscopic that it should never happen in reality.
Signed-off-by: Don Brace <don.brace@pmcs.com>
Reviewed-by: Webb Scales <webbnh@hp.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/scsi/hpsa.c
patch
|
blob
|
history
diff --cc
drivers/scsi/hpsa.c
Simple merge