According to
http://oss.sgi.com/projects/netdev/archive/2004-09/msg00241.html is
this patch working:
--- a/net/8021q/vlan_dev.c 2004-09-08 21:08:30 -07:00
+++ b/net/8021q/vlan_dev.c 2004-09-08 21:08:30 -07:00
@@ -244,7 +244,7 @@
/* TODO: Add a more specific counter here. */
stats->rx_errors++;
}
- rcu_read_lock();
+ rcu_read_unlock();
return 0;
}
/ Anders