From: Mark Lord Date: Wed, 7 Jun 2006 16:53:29 +0000 (-0400) Subject: [PATCH] sata_mv: grab host lock inside eng_timeout X-Git-Tag: v2.6.17~23^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f9719b61e1fcf7422a016ac4f2420a0cc6ba320;p=pandora-kernel.git [PATCH] sata_mv: grab host lock inside eng_timeout Bug fix: mv_eng_timeout() calls mv_err_intr() without first grabbing the host lock, which can lead to all sorts of interesting scenarios. This whole error-handling portion of sata_mv is nasty (and will get fixed for the new EH stuff), but for now this patch will help keep it on life-support. Signed-off-by: Mark Lord Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed