ipv4: Kill ip_route_input_noref().
The "noref" argument to ip_route_input_common() is now always ignored
because we do not cache routes, and in that case we must always grab
a reference to the resulting 'dst'.
Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- include/net/route.h 2 additions, 14 deletionsinclude/net/route.h
- net/ipv4/arp.c 1 addition, 1 deletionnet/ipv4/arp.c
- net/ipv4/ip_fragment.c 2 additions, 2 deletionsnet/ipv4/ip_fragment.c
- net/ipv4/ip_input.c 2 additions, 2 deletionsnet/ipv4/ip_input.c
- net/ipv4/route.c 3 additions, 3 deletionsnet/ipv4/route.c
- net/ipv4/xfrm4_input.c 2 additions, 2 deletionsnet/ipv4/xfrm4_input.c
Please register or sign in to comment