Re: [PATCH net-next] ip6mr: Drop mfc6_cache argument to ip6mr_forward2

2018-12-17 Thread David Miller
From: David Ahern Date: Mon, 17 Dec 2018 15:36:11 -0800 > From: David Ahern > > mfc6_cache is not needed by ip6mr_forward2 so drop it from the input > argument list. > > Signed-off-by: David Ahern Applied.

[PATCH net-next] ip6mr: Drop mfc6_cache argument to ip6mr_forward2

2018-12-17 Thread David Ahern
From: David Ahern mfc6_cache is not needed by ip6mr_forward2 so drop it from the input argument list. Signed-off-by: David Ahern --- net/ipv6/ip6mr.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/net/ipv6/ip6mr.c b/net/ipv6/ip6mr.c index 8c63494400c4..34b8a90e6be2