From: Daniel Borkmann Date: Sat, 23 Aug 2014 18:58:54 +0000 (+0200) Subject: net: use reciprocal_scale() helper X-Git-Tag: fixes-against-v3.18-rc2~81^2~239 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fc54f68919298ff9689d980efb495707ef43f30;p=pandora-kernel.git net: use reciprocal_scale() helper Replace open codings of (((u64) * ) >> 32) with reciprocal_scale(). Signed-off-by: Daniel Borkmann Cc: Hannes Frederic Sowa Signed-off-by: David S. Miller --- Reading git-diff-tree failed