]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ipvlan: protect against concurrent link removal
authorJiri Benc <jbenc@redhat.com>
Sat, 28 Mar 2015 18:13:23 +0000 (19:13 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 31 Mar 2015 17:28:33 +0000 (13:28 -0400)
commit2afa650ce297bc2048bc3d059774be9c39734565
tree0447b56128f826e76df43fee1d690ab359e93c27
parent27705f7085ce2e124fac4c280ce824962cc90bb6
ipvlan: protect against concurrent link removal

Adding and removing to the 'ipvlans' list is already done using _rcu list
operations.

Signed-off-by: Jiri Benc <jbenc@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ipvlan/ipvlan_core.c