commit | c836a8ba93869d6a0290a6ae0047fbef09066871 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Wed Dec 02 21:48:14 2015 -0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Dec 03 11:30:58 2015 -0500 |
tree | 5135c333cf33a467fae546dfc92915287fe8e3a5 | |
parent | 6adc5fd6a142c6e2c80574c1db0c7c17dedaa42e [diff] |
ipv6: sctp: add rcu protection around np->opt This patch completes the work I did in commit 45f6fad84cc3 ("ipv6: add complete rcu protection around np->opt"), as I missed sctp part. This simply makes sure np->opt is used with proper RCU locking and accessors. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>