git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80bcb42
)
l2tp: fix locking of 64-bit counters for smp
author
James Chapman
<jchapman@katalix.com>
Sun, 29 Apr 2012 21:48:46 +0000
(21:48 +0000)
committer
David S. Miller
<davem@davemloft.net>
Tue, 1 May 2012 13:30:54 +0000
(09:30 -0400)
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>
No differences found