On Thu, 2017-01-26 at 14:08 -0800, David Ahern wrote: > Remove skb_reserve and skb_reset_mac_header from inet6_rtm_getroute. The > allocated skb is not passed through the routing engine (like it is for > IPv4) and has not since the beginning of git time. > > Signed-off-by: David Ahern <[email protected]> > --- > net/ipv6/route.c | 6 ------ > 1 file changed, 6 deletions(-)
Nice ;) Acked-by: Eric Dumazet <[email protected]>
