commit | 846989635b368c41efd9079ec6fe0e8d2845ec11 | [log] [tgz] |
---|---|---|
author | Daniel Borkmann <dborkman@redhat.com> | Tue Aug 20 12:22:00 2013 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Aug 20 23:52:02 2013 -0700 |
tree | 282a9eacb2f268ef50d4c769078157b10a5c3877 | |
parent | d8a64420eb267bec9f4c99627deee4fa3bf4133e [diff] |
net: ipv6: igmp6_event_query: use msecs_to_jiffies Use proper API functions to calculate jiffies from milliseconds and not the crude method of dividing HZ by a value. This ensures more accurate values even in the case of strange HZ values. While at it, also simplify code in the mlh2 case by using max(). Signed-off-by: Daniel Borkmann <dborkman@redhat.com> Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org> Signed-off-by: David S. Miller <davem@davemloft.net>