From: Andrew Vasquez Date: Thu, 17 Jan 2008 17:02:12 +0000 (-0800) Subject: [SCSI] qla2xxx: Don't schedule the DPC routine to perform an issue-lip request. X-Git-Tag: v2.6.25-rc1~1230^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4722cf24d7a0dfa0874d49f61b053a6459761bf;p=pandora-kernel.git [SCSI] qla2xxx: Don't schedule the DPC routine to perform an issue-lip request. As the driver depends on the DPC routine to handle bottom-half loop resynchronization in order to recover from the issue-lip request. The issue_lip call is sleeping context capable, so just issue the reset function there. Signed-off-by: Andrew Vasquez Signed-off-by: James Bottomley --- Reading git-diff-tree failed