[SCSI] advansys: Enable interrupts earlier in queuecommand
commitb2a7a4ba0497f73295e3f4d20a8cedb1e3d2b1a7
authorMatthew Wilcox <matthew@wil.cx>
Sun, 9 Sep 2007 14:56:35 +0000 (9 08:56 -0600)
committerJames Bottomley <jejb@mulgrave.localdomain>
Fri, 12 Oct 2007 18:47:59 +0000 (12 14:47 -0400)
tree933be186e56c83dced0c04e6f30eb2ad0e3999fb
parent349d2c44291d922614a273e9a4e6b43ee17c103d
[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 <matthew@wil.cx>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/advansys.c