commit | 5de7aee5413cdfe6f96289a84a5ad22b1314e873 | [log] [tgz] |
---|---|---|
author | James Chapman <jchapman@katalix.com> | Sun Apr 29 21:48:46 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue May 01 09:30:54 2012 -0400 |
tree | f1c6cf02dde574fd0c23598132b9352512cb03a5 | |
parent | 80bcb4238dd858d8ae460b62aac2f4165db58c3c [diff] |
l2tp: fix locking of 64-bit counters for smp L2TP uses 64-bit counters but since these are not updated atomically, we need to make them safe for smp. This patch addresses that. Signed-off-by: James Chapman <jchapman@katalix.com> Signed-off-by: David S. Miller <davem@davemloft.net>