]> 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)
commit1531ef52106560a60a98774cc3b55255fe34705b
tree5be3b65935efaca6c7b024276b2dbb38b95c400e
parentfd9717699986ee0a9a5d1e6978719c71f19ebb9a
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