Home
last modified time | relevance | path

Searched hist:"4 c413128a6ff3af013bd1d82860a7ee60f93fb28" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/scsi/
H A Dhpsa.cdiff 4c413128a6ff3af013bd1d82860a7ee60f93fb28 Fri Nov 14 17:27:29 CST 2014 Stephen M. Cameron <stephenmcameron@gmail.com> hpsa: remove spin lock around command allocation

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>