]> Git Repo - linux.git/commit
ipv6: fix the use of pcpu_tstats in ip6_vti.c
authorLi RongQing <[email protected]>
Thu, 2 Jan 2014 06:24:36 +0000 (14:24 +0800)
committerDavid S. Miller <[email protected]>
Fri, 3 Jan 2014 00:37:21 +0000 (19:37 -0500)
commit469bdcefdc47a69028029e792ff1e80680c867b9
treeb04442e9883838102cb2d72249c08857d095ff2a
parentabb6013cca147ad940b0e9fee260d2d9e93b7018
ipv6: fix the use of pcpu_tstats in ip6_vti.c

when read/write the 64bit data, the correct lock should be hold.
and we can use the generic vti6_get_stats to return stats, and
not define a new one in ip6_vti.c

Fixes: 87b6d218f3adb ("tunnel: implement 64 bits statistics")
Cc: Stephen Hemminger <[email protected]>
Cc: Eric Dumazet <[email protected]>
Signed-off-by: Li RongQing <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
net/ipv6/ip6_vti.c
This page took 0.056132 seconds and 4 git commands to generate.