]> git.baikalelectronics.ru Git - kernel.git/commit
ipv6: consistent use of IP6_INC_STATS_BH() in ip6_forward()
authorEric Dumazet <edumazet@google.com>
Fri, 6 Dec 2013 05:38:06 +0000 (21:38 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 6 Dec 2013 17:51:40 +0000 (12:51 -0500)
commitbe57f5357840f85ac50c7a7209299c05b4124c55
tree5be3b65935efaca6c7b024276b2dbb38b95c400e
parentb475de105961583f2c27af834966e0f030c883ea
ipv6: consistent use of IP6_INC_STATS_BH() in ip6_forward()

ip6_forward() runs from softirq context, we can use the SNMP macros
assuming this.

Use same indentation for all IP6_INC_STATS_BH() calls.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/ip6_output.c