--- bcm-3.12/kernel/linux/net/8021q/vlan_dev.c 2007-11-20 18:04:46.000000000 +0100 +++ dev/kernel/linux/net/8021q/vlan_dev.c 2007-12-19 10:52:17.000000000 +0100 @@ -244,7 +244,11 @@ int vlan_skb_recv(struct sk_buff *skb, s /* TODO: Add a more specific counter here. */ stats->rx_errors++; } - rcu_read_lock(); + /* Efixo */ + // OG Path comment ou lock to unlock + // http://oss.sgi.com/projects/netdev/archive/2004-09/msg00254.html + //rcu_read_lock(); + rcu_read_unlock(); return 0; }