commit | 9d027e3a83f39b819e908e4e09084277a2e45e95 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Tue Nov 05 14:11:49 2019 -0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Nov 06 16:14:48 2019 -0800 |
tree | 1a6afc6252fb61ea1f351dd50b5acc334d10b6d7 | |
parent | 71c780f1191fbbc63dcd76dd750ee413d373dabd [diff] |
net: neigh: use long type to store jiffies delta A difference of two unsigned long needs long storage. Fixes: c7fb64db001f ("[NETLINK]: Neighbour table configuration and statistics via rtnetlink") Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>