From: Kashyap, Desai Date: Fri, 14 Aug 2009 09:31:35 +0000 (+0530) Subject: [SCSI] mpt2sas: fix config request and diag reset deadlock X-Git-Tag: v2.6.31-rc8~51^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=388ce4beb7135722c584b0af18f215e3ec657adf;p=pandora-kernel.git [SCSI] mpt2sas: fix config request and diag reset deadlock Moving the setting and clearing of the mutex's to _config_request. There was a mutex deadlock when diag reset is called from inside _config_request, so diag reset was moved to outside the mutexs. Signed-off-by: James Bottomley --- Reading git-diff-tree failed