Re: [PATCH net-next] ipmr: Drop mfc_cache argument to ipmr_queue_xmit

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

[PATCH net-next] ipmr: Drop mfc_cache argument to ipmr_queue_xmit

2018-12-17 Thread David Ahern
From: David Ahern mfc_cache is not needed by ipmr_queue_xmit so drop it from the input argument list. Signed-off-by: David Ahern --- net/ipv4/ipmr.c | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/net/ipv4/ipmr.c b/net/ipv4/ipmr.c index ea04e38f56e9..75c654924532 1