[TCP] H-TCP: Use msecs_to_jiffies
authorBaruch Even <baruch@ev-en.org>
Tue, 21 Mar 2006 06:22:20 +0000 (22:22 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Mar 2006 06:22:20 +0000 (22:22 -0800)
Use functions to calculate jiffies from milliseconds and not the old,
crude method of dividing HZ by a value. Ensures more accurate values
even in the face of strange HZ values.

Signed-off-By: Baruch Even <baruch@ev-en.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found