]> git.baikalelectronics.ru Git - kernel.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)
commitdcef1faea7e599749c20ee208a7f34aac3a5b931
tree0447b56128f826e76df43fee1d690ab359e93c27
parentff900d2727c2eaced2d3569169596cd14487bb60
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