]> git.baikalelectronics.ru Git - kernel.git/commit
net: neigh: use long type to store jiffies delta
authorEric Dumazet <edumazet@google.com>
Tue, 5 Nov 2019 22:11:49 +0000 (14:11 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 7 Nov 2019 00:14:48 +0000 (16:14 -0800)
commitb1f56825aa12189a8d634037d67ba46dab2763c6
tree1a6afc6252fb61ea1f351dd50b5acc334d10b6d7
parentdae3d7c24291c978f181414811d152963ad306bc
net: neigh: use long type to store jiffies delta

A difference of two unsigned long needs long storage.

Fixes: 15ad6f41379c ("[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>
net/core/neighbour.c