commit | c8657fd50a7553a4a9cb4b04cdc11419c9d93d9b | [log] [tgz] |
---|---|---|
author | James Chapman <jchapman@katalix.com> | Sun Apr 29 21:48:48 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue May 01 09:30:54 2012 -0400 |
tree | 769f1fe102c1ce94c113b728dc1ce541bee5eb00 | |
parent | de3c7a1827fa144917270eb66956930012ddae52 [diff] |
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>