net: use reciprocal_scale() helper
authorDaniel Borkmann <dborkman@redhat.com>
Sat, 23 Aug 2014 18:58:54 +0000 (20:58 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sat, 23 Aug 2014 19:21:21 +0000 (12:21 -0700)
Replace open codings of (((u64) <x> * <y>) >> 32) with reciprocal_scale().

Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Cc: Hannes Frederic Sowa <hannes@stressinduktion.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found