From: Kashyap, Desai Date: Fri, 29 May 2009 11:10:57 +0000 (+0530) Subject: [SCSI] mpt fusion: config path optimized, completion queue is used X-Git-Tag: v2.6.31-rc1~365^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0f09d3b3f06900d64971625d6753dea0623ed45;p=pandora-kernel.git [SCSI] mpt fusion: config path optimized, completion queue is used 1) Previously we had mutliple #defines to use same values. Now those #defines are optimized. MPT_IOCTL_STATUS_* is removed and MPT_MGMT_STATUS_* are new #defines. 2.) config path is optimized. Instead of wait Queue and timer, using completion Q. 3.) mpt_timer_expired is not used. [jejb: elide patch to eliminate mpt_timer_expired] Signed-off-by: Kashyap Desai Signed-off-by: James Bottomley --- Reading git-diff-tree failed