ping: Convert hlist_nulls to plain hlist.
authorKuniyuki Iwashima <kuniyu@amazon.com>
Wed, 10 May 2023 21:54:43 +0000 (14:54 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 13 May 2023 19:04:31 +0000 (20:04 +0100)
commitf1b5dfe63f6a9eb17948cbaee4da4b66f51ac794
tree87ad98c8787ad9967ee800c3540c68bd12e36c3c
parentd5e7d19683a2329a0e791b43f1d39623247be165
ping: Convert hlist_nulls to plain hlist.

Since introduced in commit c319b4d76b9e ("net: ipv4: add IPPROTO_ICMP
socket kind"), ping socket does not use SLAB_TYPESAFE_BY_RCU nor check
nulls marker in loops.

Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/ping.c