Re: [PATCH net-next] net/ipv6: Do not reset nl_net in ip6_route_info_create

2018-08-31 Thread David Miller
From: dsah...@kernel.org Date: Wed, 29 Aug 2018 16:54:01 -0700 > From: David Ahern > > nl_net is set on entry to ip6_route_info_create. Only devices > within that namespace are considered so no need to reset it > before returning. > > Signed-off-by: David Ahern Applied.

[PATCH net-next] net/ipv6: Do not reset nl_net in ip6_route_info_create

2018-08-29 Thread dsahern
From: David Ahern nl_net is set on entry to ip6_route_info_create. Only devices within that namespace are considered so no need to reset it before returning. Signed-off-by: David Ahern --- net/ipv6/route.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/net/ipv6/route.c b/net/ipv6/route.c