From: Tejun Heo Date: Wed, 31 Oct 2007 01:17:02 +0000 (+0900) Subject: libata: fix timing computation in ata_eh_reset() X-Git-Tag: v2.6.24-rc2~48^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd955463bb4e96cfec18a0e5b6887c6797fb821d;p=pandora-kernel.git libata: fix timing computation in ata_eh_reset() As jiffies changes asynchronously, it needs to be cached if unchanging timestamp is needed. The code in ata_eh_reset() intended to do that with @now but never actually did it. Fix it. Signed-off-by: Tejun Heo Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed