commit | 6dab015cf8c9d2fabb13d0332998bc440e9c6555 | [log] [tgz] |
---|---|---|
author | Jiri Pirko <jpirko@redhat.com> | Wed Jun 20 08:39:39 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Jun 20 14:29:12 2012 -0700 |
tree | 654ae3c37f5fe1a37677745204227b1152ab0965 | |
parent | f643776e4d1906ceff59f18315d6aba8e85db343 [diff] |
team: do RCU update path fixups Use rcu_access_pointer and rcu_dereference_protected to access RCU pointer by updater. Use RCU_INIT_POINTER for NULL assignment of RCU pointer. Signed-off-by: Jiri Pirko <jpirko@redhat.com> Acked-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>