Skip to content
Commit 5de7aee5 authored by James Chapman's avatar James Chapman Committed by David S. Miller
Browse files

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: default avatarJames Chapman <jchapman@katalix.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 80bcb423
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment