Re: [PATCH] ip6_gre: use netdev_alloc_pcpu_stats()

2015-04-22 Thread David Miller
From: Johannes Berg Date: Wed, 22 Apr 2015 16:56:16 +0200 > From: Johannes Berg > > The code there just open-codes the same, so use the provided macro instead. > > Signed-off-by: Johannes Berg Applied, thanks Johannes. -- To unsubscribe from this list: send the line "unsubscribe netdev" in t

[PATCH] ip6_gre: use netdev_alloc_pcpu_stats()

2015-04-22 Thread Johannes Berg
From: Johannes Berg The code there just open-codes the same, so use the provided macro instead. Signed-off-by: Johannes Berg --- net/ipv6/ip6_gre.c | 9 + 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/net/ipv6/ip6_gre.c b/net/ipv6/ip6_gre.c index b5e6cc1d4a73..a38d3ac0f1