commit | b2a7a4ba0497f73295e3f4d20a8cedb1e3d2b1a7 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <matthew@wil.cx> | Sun Sep 09 08:56:35 2007 -0600 |
committer | James Bottomley <jejb@mulgrave.localdomain> | Fri Oct 12 14:47:59 2007 -0400 |
tree | 933be186e56c83dced0c04e6f30eb2ad0e3999fb | |
parent | 349d2c44291d922614a273e9a4e6b43ee17c103d [diff] |
[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>