team: convert overall spinlock to mutex
authorJiri Pirko <jpirko@redhat.com>
Wed, 16 Nov 2011 11:09:08 +0000 (11:09 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 16 Nov 2011 23:16:37 +0000 (18:16 -0500)
No need to have spinlock for this purpose. So convert this to mutex and
avoid current schedule while atomic problems in netlink code.

Signed-off-by: Jiri Pirko <jpirko@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found