linux-kernel-test/drivers/infiniband/ulp
Ishai Rabinovitz 0c5b395239 IB/srp: Clean up loop in srp_remove_one()
Interrupts will always be enabled in srp_remove_one(), so
spin_lock_irq() can be used instead of spin_lock_irqsave().
Also, the loop takes target->scsi_host->host_lock, so target->state
can just be set to SRP_TARGET_REMOVED witout testing the old value.

Signed-off-by: Ishai Rabinovitz <ishai@mellanox.co.il>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
2006-06-17 20:37:31 -07:00
..
ipoib IPoIB: Fix AH leak at interface down 2006-06-05 09:51:36 -07:00
srp IB/srp: Clean up loop in srp_remove_one() 2006-06-17 20:37:31 -07:00