]> git.karo-electronics.de Git - karo-tx-linux.git/commit
macvlan: use call_rcu for port free
authorJiri Pirko <jpirko@redhat.com>
Mon, 7 Jun 2010 01:36:29 +0000 (01:36 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 8 Jun 2010 04:25:20 +0000 (21:25 -0700)
commit8b37ef0a1f6c2401fea3536facfa21191936bd6c
tree57c0933abf47485aa22d94bb3810341a9702b03b
parent271c1dfa61bc90a57648ff96f3eb92d4b4d4f11e
macvlan: use call_rcu for port free

Use call_rcu rather than synchronize_rcu.

Signed-off-by: Jiri Pirko <jpirko@redhat.com>
Acked-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/macvlan.c