From: Anirban Chakraborty Date: Tue, 7 Apr 2009 05:33:42 +0000 (-0700) Subject: [SCSI] qla2xxx: Remove reference to request queue from scsi request block. X-Git-Tag: v2.6.31-rc1~365^2~149 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67c2e93ae7465a3e279503ceddd7bd153d74bcf8;p=pandora-kernel.git [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 Signed-off-by: Andrew Vasquez Signed-off-by: James Bottomley --- Reading git-diff-tree failed