[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)
commitc33ad6e476e4cdc245215f3eb5b3df353df1b370
treeb19831b1630b5963a897ae655027c6d7acdd2895
parentb191ba0d599928372be5a89f75486eb58efab48a
[TCP] H-TCP: Use msecs_to_jiffies

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>
net/ipv4/tcp_htcp.c