diff options
author | Stephen Hemminger <stephen@networkplumber.org> | 2017-11-14 11:27:02 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-11-15 14:14:16 +0900 |
commit | 9b0ed89172efec1d9f214d173ad6046f10f6b742 (patch) | |
tree | 67e5e1fab1969ec245fea1b3a232dc16b89c9f32 /include/net/af_unix.h | |
parent | bce552fd6f6e37f9567c85c4f0d6d1987eef379f (diff) | |
download | linux-9b0ed89172efec1d9f214d173ad6046f10f6b742.tar.bz2 |
netem: remove unnecessary 64 bit modulus
Fix compilation on 32 bit platforms (where doing modulus operation
with 64 bit requires extra glibc functions) by truncation.
The jitter for table distribution is limited to a 32 bit value
because random numbers are scaled as 32 bit value.
Also fix some whitespace.
Fixes: 99803171ef04 ("netem: add uapi to express delay and jitter in nanoseconds")
Reported-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/af_unix.h')
0 files changed, 0 insertions, 0 deletions