Skip to content
Commit 3cd3e72c authored by Eric Dumazet's avatar Eric Dumazet Committed by David S. Miller
Browse files

inet: annotate data-races around ifa->ifa_tstamp and ifa->ifa_cstamp



ifa->ifa_tstamp can be read locklessly.

Add appropriate READ_ONCE()/WRITE_ONCE() annotations.

Do the same for ifa->ifa_cstamp to prepare upcoming changes.

Signed-off-by: default avatarEric Dumazet <edumazet@google.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 76f06cbd
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