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

inet: annotate data-races around ifa->ifa_flags



ifa->ifa_flags can be read locklessly.

Add appropriate READ_ONCE()/WRITE_ONCE() annotations.

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