[SCSI] Remove unnecessary locking around completion function calls
authorJeff Garzik <jgarzik@pobox.com>
Sat, 28 May 2005 11:47:39 +0000 (07:47 -0400)
committerJeff Garzik <jgarzik@pobox.com>
Fri, 17 Jun 2005 17:04:37 +0000 (12:04 -0500)
The SCSI ->done() hook should not be called from inside a spinlock.

Drivers that do this are mostly cut-n-paste from 2.2.x-era.

Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>

No differences found