]> 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)
commit9606c9941bdd545e82f7998606f38f8188abee98
tree1a6afc6252fb61ea1f351dd50b5acc334d10b6d7
parentb0fd5291004a6e2bbe03298139e801e42cbc5f29
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