commit | cd955463bb4e96cfec18a0e5b6887c6797fb821d | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Wed Oct 31 10:17:02 2007 +0900 |
committer | Jeff Garzik <jeff@garzik.org> | Sat Nov 03 08:46:54 2007 -0400 |
tree | c55ee46b45751e4cf1f4fe6595784add305d91d5 | |
parent | f8d8e5799b75cf7ad530d2bf2a42229bf7360526 [diff] |
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 <htejun@gmail.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>