l2tp: remove unused stats from l2tp_ip socket
authorJames Chapman <jchapman@katalix.com>
Sun, 29 Apr 2012 21:48:48 +0000 (21:48 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 1 May 2012 13:30:54 +0000 (09:30 -0400)
commitc8657fd50a7553a4a9cb4b04cdc11419c9d93d9b
tree769f1fe102c1ce94c113b728dc1ce541bee5eb00
parentde3c7a1827fa144917270eb66956930012ddae52
l2tp: remove unused stats from l2tp_ip socket

The l2tp_ip socket currently maintains packet/byte stats in its
private socket structure. But these counters aren't exposed to
userspace and so serve no purpose. The counters were also
smp-unsafe. So this patch just gets rid of the stats.

While here, change a couple of internal __u32 variables to u32.

Signed-off-by: James Chapman <jchapman@katalix.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/l2tp/l2tp_ip.c