Re: [PATCH net] ipv4: Define __ipv4_neigh_lookup_noref when CONFIG_INET is disabled

2019-05-05 Thread David Miller
From: David Ahern Date: Sun, 5 May 2019 11:16:20 -0700 > From: David Ahern > > Define __ipv4_neigh_lookup_noref to return NULL when CONFIG_INET is disabled. > > Fixes: 4b2a2bfeb3f0 ("neighbor: Call __ipv4_neigh_lookup_noref in neigh_xmit") > Reported-by: kbuild test robot > Signed-off-by: Da

[PATCH net] ipv4: Define __ipv4_neigh_lookup_noref when CONFIG_INET is disabled

2019-05-05 Thread David Ahern
From: David Ahern Define __ipv4_neigh_lookup_noref to return NULL when CONFIG_INET is disabled. Fixes: 4b2a2bfeb3f0 ("neighbor: Call __ipv4_neigh_lookup_noref in neigh_xmit") Reported-by: kbuild test robot Signed-off-by: David Ahern --- include/net/arp.h | 8 1 file changed, 8 insert