ipv4: get rid of fib_info_hash_{alloc|free}
authorEric Dumazet <edumazet@google.com>
Mon, 24 Jan 2022 17:31:15 +0000 (09:31 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 25 Jan 2022 11:11:52 +0000 (11:11 +0000)
commitca73b68aca4a242d71a86818789640ca3b53744a
tree2725cc73361514784d3c3214aa53400b65d72b47
parentc1f55c5e0482e095b1d0d6721e4e56fcb44fe001
ipv4: get rid of fib_info_hash_{alloc|free}

Use kvzalloc()/kvfree() instead of hand coded functions.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/fib_semantics.c