]> git.baikalelectronics.ru Git - kernel.git/commit
[SCSI] qla2xxx: Double check for command completion if abort mailbox command fails.
authorChad Dupuis <chad.dupuis@qlogic.com>
Tue, 16 Aug 2011 18:29:26 +0000 (11:29 -0700)
committerJames Bottomley <JBottomley@Parallels.com>
Sat, 27 Aug 2011 14:19:56 +0000 (08:19 -0600)
commit9e2c49cc5e1a95f40d23614745e223446b209a02
treed4f23db50e5afc7a3e669f09416f43ec8847778d
parent2d7d630b1f6241463168ebecfe46e0a23902b1e9
[SCSI] qla2xxx: Double check for command completion if abort mailbox command fails.

Close a small window where we could falsely fail an abort request if the mailbox
command fails but the command was returned during interrupt context.

Signed-off-by: Chad Dupuis <chad.dupuis@qlogic.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/qla2xxx/qla_os.c