commit | 2f9719b61e1fcf7422a016ac4f2420a0cc6ba320 | [log] [tgz] |
---|---|---|
author | Mark Lord <liml@rtr.ca> | Wed Jun 07 12:53:29 2006 -0400 |
committer | Jeff Garzik <jeff@garzik.org> | Sun Jun 11 23:03:18 2006 -0400 |
tree | 1d2f66dcd86d4d7bf65f6628edd0e57cf3f35440 | |
parent | 650fb8382287f7990d5127a82a54295139224606 [diff] |
[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 <liml@rtr.ca> Signed-off-by: Jeff Garzik <jeff@garzik.org>