From: Kashyap, Desai Date: Fri, 29 May 2009 11:14:48 +0000 (+0530) Subject: [SCSI] mpt fusion: rewrite taskmgmt request and completion routines X-Git-Tag: v2.6.31-rc1~365^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ba9ab2eb2c53df52e498779e14cf4e5ea77b0ad;p=pandora-kernel.git [SCSI] mpt fusion: rewrite taskmgmt request and completion routines 1.) rewrite taskmanagement request and completion routines, making them single threaded and using the generic MPT_MGMT struct, deleting mptscsih_TMHandler, replacing with single request TM handler mptscsih_IssueTaskMgmt, and killing the watchdog timer functions. 2.) cleanup ioc_reset callback handlers, introducing wrappers for synchronizing error recovery (mpt_set_taskmgmt_in_progress_flag, mpt_clear_taskmgmt_in_progress_flag), as the fusion firmware only handles one task management request at a time Signed-off-by: Kashyap Desai Signed-off-by: James Bottomley --- Reading git-diff-tree failed