commit | 67c2e93ae7465a3e279503ceddd7bd153d74bcf8 | [log] [tgz] |
---|---|---|
author | Anirban Chakraborty <anirban.chakraborty@qlogic.com> | Mon Apr 06 22:33:42 2009 -0700 |
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | Wed May 20 17:21:08 2009 -0500 |
tree | 3a28588b7289e290366964e70fbe081826427ff3 | |
parent | 68ca949cdb04b4dc71451a999148fbc5f187a220 [diff] |
[SCSI] qla2xxx: Remove reference to request queue from scsi request block. srbs used to maintain a reference to the request queue on which it was enqueued. This is no longer required as the request queue pointer is now maintained in the scsi host that issues the srb. Signed-off-by: Anirban Chakraborty <anirban.chakraborty@qlogic.com> Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>