From: Jeff Garzik Date: Sat, 28 May 2005 11:47:39 +0000 (-0400) Subject: [SCSI] Remove unnecessary locking around completion function calls X-Git-Tag: v2.6.13-rc1~90^2~583^2~62^2^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3df715501be3329986e5d9dfa9a477f49e7996b;p=pandora-kernel.git [SCSI] Remove unnecessary locking around completion function calls 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 --- Reading git-diff-tree failed