From: Kashyap, Desai Date: Mon, 14 Sep 2009 05:35:24 +0000 (+0530) Subject: [SCSI] mpt2sas: Call init_completion on a per request basis. X-Git-Tag: v2.6.32-rc4~9^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcfb6e6ea46d84bfb541069545e5b0d7f6cc3233;p=pandora-kernel.git [SCSI] mpt2sas: Call init_completion on a per request basis. Now driver call init_completion on a per request basis. At some point the wait_for_completion_timeout is not waiting for the timeout, instead returning immediately, thus going into diag reset. This fix will address all request using the wait_for_completion_timeout API. The previous implimentation was only calling init_completion at driver load time. Signed-off-by: Kashyap Desai Signed-off-by: James Bottomley --- Reading git-diff-tree failed