]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] libata: improve failed qc reporting
authorTejun Heo <htejun@gmail.com>
Tue, 14 Nov 2006 13:36:12 +0000 (22:36 +0900)
committerJeff Garzik <jeff@garzik.org>
Sat, 2 Dec 2006 03:45:55 +0000 (22:45 -0500)
commitdedd0d9bfbd75f1330b2d9a5d302da7f81ae621e
treefcc4682ba6204b15daeaa6aa2d5bbc4cfafa7945
parent562b27900ff7167b289dfc0aeaccbe28ba2e6539
[PATCH] libata: improve failed qc reporting

Improve failed qc reporting.  The original message didn't include the
actual command nor full error status and it was necessary to
temporarily patch the code to find out exactly which command is
causing problem.  This patch makes EH report full command and result
TFs along with data direction and length.  This change will make bug
reports more useful.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/ata/libata-eh.c