From: Matthew Wilcox Date: Sun, 9 Sep 2007 14:56:35 +0000 (-0600) Subject: [SCSI] advansys: Enable interrupts earlier in queuecommand X-Git-Tag: v2.6.24-rc1~1290^2~123 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2a7a4ba0497f73295e3f4d20a8cedb1e3d2b1a7;p=pandora-kernel.git [SCSI] advansys: Enable interrupts earlier in queuecommand Move as much as possible outside the critical section in queuecommand, eg: - Set the scsi_done field before acquiring the lock - Call asc_scsi_done after dropping the lock Also remove a comment suggesting we should enable interrupts (now we do) and do some minor reformatting for readability. Signed-off-by: Matthew Wilcox Signed-off-by: James Bottomley --- Reading git-diff-tree failed