Re: [PATCH 1/6] libata: fix timing computation in ata_eh_reset()

2007-11-03 Thread Jeff Garzik
Tejun Heo wrote: 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 [EMAIL PROTECTED] --- drivers/ata/libata-eh.c |2 +- 1 files

[PATCH 1/6] libata: fix timing computation in ata_eh_reset()

2007-10-30 Thread Tejun Heo
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 [EMAIL PROTECTED] --- drivers/ata/libata-eh.c |2 +- 1 files changed, 1